/* CSS Document */
html {height: 100%;}
body {min-height: 100%;}
* html body {height: 100%;}
body {
//	background-color: #D9E9F6;
	background-color: #AACFEA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:none;
}
#geral {
width:100%;
height:414px;
position:absolute;
overflow:hidden;
top:50%;
margin-top:-207px;
background-image:url(img/bg_page.png); background-repeat:repeat-x;
}

