@import url(default.css);

html, html body {height: 100%;}
body{
	background-image:url("img/bgBody.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	font-family: 'Times New Roman';
}
html #wrapper { min-height: 100%; height: auto !important; height:100%; margin-bottom: -239px; }
html #wrapper #push, html #wrapper .push {clear:both; height:239px; }
html #footer { clear: both; height:239px; }
html #footer address { float: left; display: inline; }
html #footer address, html #footer address p { margin: 0px; }
html #footer #credits { float: right; display: inline; }

#menu {height:40px; line-height:38px; font-weight:bold; padding-left:15px;}
#menu ul {margin:0px; padding:0px;}
#menu ul li {float:left; display:inline; font-size:15px;  margin-right:35px; font-style:italic;}
#menu ul li a {color:#000000; text-decoration:none;}
#menu ul li a:hover, #menu ul li.active a{color:#6b3400;}

#logo{text-align:center; padding-top:15px;}

.corpo{padding-top:55px;}

#footer{
	background-image:url("img/bgFooter.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	color:#bebebe;
}
address{padding-top:138px;}
#credits{padding-top:210px; text-transform:uppercase;}
#credits a{text-decoration:none;}
#footer a{color:#bebebe;}
#footer a:hover{color:#6b3400;}