@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#tabela1 {
	width:1000px;
	height:660px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-330px;
	margin-left:-500px;		
}
.lateralesquerda {
	width:1000px;
	height:600px;
	float:left;
}
.lateraldireita {
	width:30px;
	height:600px;
	float:right;
}
