/*################################################################
		corpo
################################################################*/
body {
	margin: 0;
	padding: 0;
	background-image: url(../imagens/fundo-site.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top;
	text-align: center;
}

/*################################################################
		#id
################################################################*/
#site {
	width: 776px;
	height: 600px;
	margin: 0 auto;
	margin-top: 1%;
	padding-top: 6%;
}


/*################################################################
		a.class:hover
################################################################*/



/*################################################################
		.class
################################################################*/
.oculto {
	display: none;
}
