/* CSS Document */

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

body {
	background:#000;
	
}

#geral {
	
	position:absolute;
	width:800px;
	height:600px;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-400px;
	
}
