@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}

a{ outline:none;}

html { 
	background: #BBBA81 url(images/top_left.png) top left no-repeat; 
	height: 100%; 
}

body { 
	background: url(images/top_right.png) top right no-repeat; 
	height: 100%; 
}

#geral { 
	background: url(images/bottom_right.png) bottom left no-repeat; 
	height: 100%;
}

#god { 
	background: url(images/bottom_left.png) bottom right no-repeat; 
	height: 100%; 
}

#topo{ margin:0 auto; width:795px; height:50px;}

#tudo{ margin:0 auto; width:795px; }

#logo h1 a {
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	margin-left:50px;
	margin-top:8px;
	background:url(images/logo.png);
	width:220px;
	height:47px;
	}
	
#menu{ width:400px; float:right; margin-top:20px; margin-right:20px; _margin-right:0px; }

#conteudo{ margin-top:30px; }

#rodape{ font-family:Arial, Helvetica, sans-serif; width:450px; margin:0 auto; font-size:10px;}
