
/* ---------------------------------------- */
/* Divs Globais --------------------------- */

#global{
	width:100%;
	height: 100%;
	text-align: center;
}

#pag{
	width: 1000px;
	text-align:center;
	margin:0 auto;
}




body{
	margin: 0px;
	background-color: #BFB6A6;
	background-image: url(imagens/textura.jpg);
	background-position: center top; 
}















