* {
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
img {
border: none;
}
body {
background-color: #fc9;
}
div#all {
background: #fc9 url(../img/bg.jpg) repeat-y center 0;
}
div#bgTopo{
background: url(../img/bgTopo.jpg) no-repeat center 0;
}
div#menuTopo{
width: 780px;
margin: 0 auto;
padding-top: 140px;
}
div#main {
width: 780px;
margin: 0 auto;
}
div#conteudo {
width: 540px;
float: left;
}
div#coluna {
width: 200px;
float: right;
}
div#coluna img.bannerColuna{
margin-bottom: 10px;
}
div#footer{
background: #fc9 url(../img/bgFooter.jpg) no-repeat center 0;
padding-top: 40px;
}
div#footer p{
font-size: 10px;
text-align: center;
}