html {
background:#2c6e5a url(images/fundo-html.jpg) repeat;
}
body {
background: url(images/fundo-body.png) repeat-y center;
font-family:Verdana, Arial, Helvetica, sans-serif;
border:0;
margin:0;
}
a {color:#669933;}

#geral {
width:759px;
margin:0 auto;
border:0;
border-bottom:#365334 1px solid;
}
#menu {
width:697px;
height:17px;
background-color:#263B25;
padding:3px 0 0 62px;
font-size:10px;
font-family:'Trebuchet Ms', verdana, Arial, tahoma;
}
#menu a {
color:#FFFFCC;
text-decoration:none;
text-transform:uppercase;
}
#menu a:hover {
color:#FF9933;
}
