@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	margin:0 auto;
	background-image: url(../bg.jpg);
	} 

#all{
	background-color:#000000;
	width:770px;
	height:100%;
	position:absolute;
	left: 0px;
	top: 0px;
	} 
#topo{
	background-color:#fff;
	width:770px;
	height:210px;
	}
	
#ladoEsquerdo{
	width:230px;
	min-height:100%;
	background-color:#000000;
	float:left;
	top: 0px;
	height: 100%;
	clear: both;
	padding: 0px;
	margin: 0px;
	}
		
#centro{
	margin-top:0px;
	width:540px;
	min-height:100%;
	background-color:#fff;
	float:left;
	top: 0px;
	}

#bottomCentro{
	width:770px;
	height:100px;
	float:right;
	background-color:#000;
	bottom:0px;
	position:relative;
	color:#FFFFFF;
	} 

#rodape{
	width:770px; 
	height:15px;
	background-color:#990000;
	float:right;
	bottom:0px;
	}    

