body{
	background: url('../imagens/bg.jpg');

}

a:link {display: block; text-decoration: none ;color: #c0c0c0;}
a:visited {display: block; text-decoration: none; color: #c0c0c0;}
a:hover {display: block; text-decoration: none; color: #fff;}
a:active {color: #fff; text-decoration: none}

#corpo {
	padding: 10px;
	left: 50%;
	margin-left: -375px;
	position: absolute;
	border: 0px solid black;
}

#menu{
	line-height:200%;
	border: 0px solid red;
	margin: 0px;
	background: url(../imagens/bg_menu.jpg) no-repeat;
	float: left;
	width: 730px;
	height: 73.5px;	
}

#menu a.bt{	
	float: left;
	text-align: center;	
	display: block;
	margin-top: 15px;
	margin-left: 15px;
	color: #fff;
	width: 100px;
	height: 45px;
}

#menu a.bt:hover{
	display: block;
	background: url(../imagens/botao.jpg) repeat-x;
	color: #fff;
	height: 45px;
}

#caixa img.link{color: #fff; border: 0px;}

#caixa img.link:hover{	color: red;}


#conteudo{
	background: url(../imagens/bg_conteudo.jpg) repeat-Y;
	margin:0px;
	float: left;
	width: 730px;
	height: 400px;	
}

#rodape{
	background: url(../imagens/bg_roda_pe.jpg) no-repeat;
	margin:0px;
	float: left;
	width: 730px;
	height: 35px;	
}

