html, body, form { 
	margin:0px; 
	padding:0px;
	width:100%;
	height:100%;
}

body {
	background-color: #000;
}

#geral {
	position:relative;
	width:100%;
	height:100%;
	min-width:800px;
	z-index:0;
}

#conteudo {
	padding-left:10px;
	padding-right:10px;
	position:relative;
	height:99%;
}