#clear{
	clear:both;
}

#wrap{
	width:100%;
	height:100%;
}

body > #wrap {
	height: auto; min-height: 100%;
}

#area{
	width:934px;
	height:inherit;
	margin:0 auto;
	
	padding-bottom:120px;
}

#footer{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	
	box-sizing:border-box;
	
	width:934px; height:120px;
	padding-top:15px;
	
	margin:0 auto;
	margin-top:-120px!important;
	
	background:url(../imagens/faixa-rodape.png) center top repeat-x;
}

#topo{
	width:100%; height:119px;
	margin-top:10px;
}

#menus{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	
	box-sizing:border-box;
	
	width:169px; height:27px;
	background:url(../imagens/menu-out.png) center center no-repeat;
	
	padding:5px 10px;
	margin-left:23px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	
	text-align:right;
}

#menus:hover{
	background:url(../imagens/menu-over.png) center center no-repeat;
}

#fundo-banner{
	width:722px; height:287px;
	background:url(../imagens/fundo-banner.png) center center no-repeat;
}

#banner{
	width:700px; height:265px;
	margin-left:7px;
}

#boxes{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	
	box-sizing:border-box;
	
	width:428px; height:120px;
	padding:12px;
	
	background:url(../imagens/box.png) center center no-repeat;
}

#troca-box{
	float:left;
	width:370px;
	height:96px;
	
	text-align:center;
	
	overflow:hidden;
}