/* CSS Document */

*{
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;
	border:none;
	text-align:left;
	}
	
#wrapper {
	width:782px; 
	height:445px; 
	margin-left:-400px; 
	margin-top:-300px; 
	position:absolute; 
	left:50%; 
	top:50%;
	
	}
html,body {
	background-image:url(../imagens/fundo_final.jpg);
	background-repeat:repeat-x;
	

}



