@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background:#111;
}
div#geral{
	position:absolute;
	width:800px;	
	height:600px;
	margin:-300px 0 0 -400px;
	left:50%;
	top:50%;
	background:url(../imagens/fundo_site.png) center center no-repeat;
}
div#geral img{
	position:absolute;
	width:360px;
	height:250px;
	margin:-125px 0 0 -180px;
	top:50%;
	left:50%;
}
div#geral p{
	display:block;
	color:#777;
	font:14px Tahoma, Geneva, sans-serif;
	text-align:right;
	margin:425px 250px 0 0;
}
div#geral small{
	color:#555;
	font-size:11px;
}