


html, body {
	height: 100%;
	background-color:#000000;

	}

* html #site {
	height: 100%; /* hack para IE6 hq trata height como min-height */
	
}


#site{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
	background-image:url(img/fundo_nova.gif);
	text-align:center;
}

