@charset "UTF-8";
/* CSS Document */

BODY {
	background-color: #000;
	background-image: url(/imagens/bg.jpg);
	background-repeat: repeat;
	color:#fff;text-align: center;
	PADDING: 0px;
	MARGIN: 0px;
}
#site {
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	position: absolute;
}