/* CSS Document */
body{
	background-color: #3B6EA5;
	margin: 0 0 0 0px;
}
#corpo{
	width: 601px;
	height: 601px;
	background: #3B6EA5 url(fundo.jpg) center no-repeat;
	margin: auto;
}
#botao{
	position: absolute;
	width: 111px;
	height: 39px;
	margin-left: 260px;
	margin-top: 390px;
}
a{
	position: absolute;
	width: 111px;
	height: 39px;

	background: url(botao.jpg) center no-repeat top;
}
a:hover{
	background: url(botao.jpg) center no-repeat bottom;
}