* {
margin:0px;
padding:0px;
border:0px;
}

body {
background:url("images/bg-main.png") top center no-repeat;
margin-left:74px;
background-color:black;
text-align:center;
font-family:arial;
}

.center {
margin:0px auto;
text-align:left;
}

#header {
width:810px;
margin-top:40px;
position:relative;
}

#logo {
margin-left:-3px;
float:left;
margin-bottom:40px;
}

#mainmenu {
float:right;
margin:80px 170px 36px 0px;
max-width:500px;
color:white;
list-style-type:none;
display:inline;
}

#mainmenu li {
display:block;
float:left;
margin:0px 0px 0px 11px;
}

a:link { color:white; text-decoration:none; }
a:active { color:white; text-decoration:none; }
a:visited { color:white; text-decoration:none; }
/* #mainmenu li a:hover { color:#c4ff46; text-decoration:none; } */


.cycle {
clear:both;
height:320px;
margin-left:110px;
}

p {
color:white;
font-size:12px;
}

h1 {
margin-bottom:40px;
}

#container {
width:810px;
}

#content {
width:470px;
float:left;
background-color:red;
display:inline;
}

#sidebar {
width:180px;
background-color:green;
float:left;
display:inline;
}

#footer {
clear:both;
width:810px;
background-color:yellow;
}

.size12 {
font-size:12px;
}
