@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}

body{
	background:url(../img/background.jpg);
}

#geral{
	width:780px;
	height:440px;
	margin-left:-391px;
	margin-top:-220px;
	position:absolute;
	left:50%;
	top:50%;
/*	margin:auto;*/
}
