body { 
	margin: 0;
	padding: 0;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment:fixed;
	background-color: #000000;
	
}

#geral {
	width: 930px;
	margin: 0 auto;
	clear: both;
	overflow:hidden;
	background-color:#000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color:#FFF;
	
}



/*----------------------TOTEM-------------------*/
#totem {
	overflow:hidden;
	float:left;
	width:280px;
	background-image:url(../images/bg_totem.jpg);
	background-repeat:repeat-y;
}


#menu {
	margin-top:20px;
	background-image:url(../images/bg_totem_final.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:400px;
}


#col_direita {
	overflow:hidden;
	float:left;
	width:630px;
	margin-left:20px;
}
	
	
#not_1 {
	overflow:hidden;
	float:left;
	margin-left:20px;
	width:237px;
}


#not_2 {
	float:right;
	margin-right:30px;
	width:237px; 
}
	
	


#rodape {
	margin-top:30px;
	background:url(../images/rodape.jpg) no-repeat;
	height:90px;
}
	
#copyright {
	margin:40px 0 0 20px;
	float:left;
	width:450px;
	font-size:11px;
}
	
#ideias {
	float:right;
	width:105px;
	height:67px;
	margin:20px 15px 20px 0;
}	


#quemsomos {
	padding:10px;
	background:url(../images/quem_somos.jpg) no-repeat right center;
	min-height:395px;
}


#contato {
	width:360px;
	margin-left:130px;
	
}
	
	
	
	
	
	
