* { margin:0px; padding:0px; }

html {
    min-height:100%;
    height:100%;
}

body {
    background:#2C2C2C;
    text-align:center;
    min-height:100%;
    height:100%;
}

#geral {
	position:absolute;
	width:100%;
	height:340px;
	top:50%;
	left:0px;
	margin-top:-170px;
	background:#000000;
}