@import url(base.css);
@import url(header.css);
@import url(navigation.css);
@import url(destro.css);
@import url(footer.css);

body
{
text-align: center;
color: #000;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
background:#ccf;
font-size: 100.01%;
}

#wrapper
{
margin: 10px auto;
width: 800px;
position: relative;
text-align: left;
background: #ccf;
}


div.slogan
{
width:655px;
height:100px;
float:left;
background:#ccf url(../i/bg-slogan.jpg) no-repeat 0 0;
}

div.corpo
{
float:left; 
width: 800px;
background: #ccf;
}