
body {
height:100%;
background-color:#000000;
background-image:url(../imagens/background.jpg);
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#64859a;
font-size:14px;

}

#div {
 	right: 50%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 958px;
    left: 50%;
    margin-left: -479px;
	margin-top:5px;
	margin-bottom:5px;
}
	
#tabela{
    width: 958px;
	height: 100%;
	background-image:url(../imagens/fundo.png);
	background-repeat:repeat-y;
}
	
#lateral{
    width: 295px;

}
	
#logo{
    width: 306px;
	height:190px;
	background-image:url(../imagens/logo.png);

}
	
#principal{
	padding-left:20px;
	padding-top: 50px;
	padding-right:20px;

}