* {
	margin: 0px;
	padding: 0px;
}
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}
ul {
	list-style-type: none;
}
.clearfix:after {  
	content: ".";  
	display: block;  
	clear: both;  
	visibility: hidden;  
	line-height: 0;  
	height: 0;  
}  
.clearfix {  
	display: inline-block;  
}  
html[xmlns] .clearfix {  
	display: block;  
}  
* html .clearfix { 
	height: 1%;  
}  
#geral {
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DBDBDB;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CADCE8;
	border-left-color: #CADCE8;
}.hide {
	display: none;
}
p {
	margin-bottom: 13px;
}
