html, body { background: #000; width: 100%; height: 100%;}

a, a:focus { outline: 0;}

#container {
	background: url(../imgs/fundo_gramado.jpg) no-repeat center;
	height: 495px;
	width: 646px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -323px;
	margin-top: -247px;
}
#container h1 {
	margin-top: 216px;
	text-align: center;
	
}
html>body #container h1 a {	background: url(../imgs/btn_entrar_no_site.png) no-repeat;}
#container h1 a {
	display: block;
	height: 62px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 249px;
}