BODY {
	background-color: #FFF;
	background-image: url(/imagens/bg.png);
	background-repeat: repeat-x;
	PADDING: 0px;
	MARGIN: 0px;
}
#site {
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	position: absolute;
}