@charset "iso-8859-1";

/* 
	Junior Meneguette
	junior@spectranet.com.br
	http://www.spectranet.com.br

 	
	ESTRUTURA PRINCIPAL
 
 */

* {
	padding: 0;
	margin: 0;

}

body{
	font: normal 11px verdana;
	text-align: center;
	background:url(../img/bg_fundo.jpg) #ffffff center top repeat-x;
	overflow-x:hidden;
}