body{
margin: 0px;
padding: 0px;
width: 100%;
/*background: black;*/
background: #003366;
}

#header{
position: relative;
width: 100%;
margin: 0px;
padding: 0px;
min-width: 998px;
height: 168px;
background: url(../img/template/header_bg_lm_motos.png) repeat-x;
}

#menu{
position: relative;
top: 6px;
margin: 0;
padding: 0;
width: 100%;
background: url(../img/template/menu-bgh.png) repeat-x -6px;
}

#menu-content{
display: block;
padding: 0;
margin: 0 auto;
width: 949px;
height: 28px;
background: #feed01;
list-style: none;
}

#menu-content li.menu-link{
float: left;
width: auto;
padding: 0 28px;
height: 28px;
line-height: 32px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
font-family: Arial, serif;
background: url(../img/template/menu-bgh.png) repeat-x -6px;
}

#menu-content li.menu-link a{
color: white;
}

#footer{
color: white;
font-family: Calibri;
font-size: 16px;
text-align: center;
}

#footer a{
margin: 0 24px;
text-decoration: none;
color: #FFD100;
}

#footer a:hover{
text-decoration: underline;
color: #FFD100;
}

