#bg {
margin:0 auto;
width:1000px;
background:url(../pics/bg.jpg) no-repeat;
}
#container {
width:712px;
margin:0 auto;
}
#header {
position:relative;
width:100%;
height:215px;
background:url(../pics/topo.jpg) no-repeat;
}
#nav {
width:100%;
height:51px;
background:url(../pics/bg-nav.jpg) no-repeat;
}
#content {
padding:30px 0 20px 0;
width:100%;
background:url(../pics/content.gif) repeat-y center top;
}
#mainContent {
width:428px;
float:left;
display:inline;
margin-left:50px;
}
#sidebar {
width:154px;
float:right;
display:inline;
margin-right:50px;
}
#vantagens {
width:614px;
margin:0 auto;
}
#footer {
position:relative;
width:100%;
height:90px;
clear:both;
background:url(../pics/footer.gif) no-repeat;
}