/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-image:url(imagens/fundo.jpg);
	background-repeat:repeat-x;
	background-color:#c2e155;
	}

div#geral{
	width:900px;
	margin:0 auto;
	}
	
div#topo{
	width:900px;
	height:140px;
	margin-top:0x;
	clear:both;
	background-image:url(imagens/topo.jpg);
	background-repeat:no-repeat;
	}	
	
div#menu{
	width:900px;
	height:42px;
	margin-top:10px;
	clear:both;
	background-image:url(imagens/menu.jpg);
	background-repeat:no-repeat;
	border-bottom:#b2df7f 0px solid;
	border-top:#b2df7f 0px solid;
	}	
	
div#load{
	width:900px;
	clear:both;
	}	
	
	
div#rodape{
	width:900px;
	height:40px;
	clear:both;
	border-top:#ffffff 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:30px;
	color:#ffffff;
	margin-top:0px;
	font-weight:bold;
	}	
	
div#rodape1{
	width:620px;
	float:left;
	padding-left:0px;
	}
	
div#som{
	width:70px;
	height:20px;
	float:left;
	margin-top:5px;
	}		
	
div#rodape2{
	width:280px;
	float:left;
	text-align:right;
	}		

div#rodape a{
	text-decoration:none;
	color:#ffffff;
	}

div#rodape a:hover{
	color:#ffffff;
	text-decoration:underline;
	}		