@charset "utf-8";
* {
	padding:0;
	margin: 0px;
}

body {
	background-color: #FFFFFF;
}
#geral {
	width:780px;
	height:585px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -292px;
	margin-left: -390px;
}
