body{
margin:0px;
padding:0px;
}

* {  margin: 0;
padding: 0;
}

#loader{
position:absolute;
background-color:#FFffff;
width:100%;
height:100%;
}

#conteudo{
display:none;
height:100%;
background-image:url(../img/back1.jpg);
background-position:top;
background-repeat:repeat-x;
}

.info{
width:40px;
height:40px;
float:left;
padding-left:50%;
margin-top:25%;
}



<!-- MENU -->
#menu{
list-style:none;
}

#menu li{
float: left;
list-style:none;
margin-left:15px;
text-align: center;
}

#menu li a{
color: #ffffff;
display: block;
text-decoration: none;
}

#menu li a:hover {
text-decoration:underline;
color: #C1DCE8;
}

