/*
	Hygor Budny 	http://www.hygor.com.br/
*/

* { margin: 0; padding: 0; border: none; }

body { background: #ef4b23; }

h1 {
	background: url('../img/logo.png') left top no-repeat;
	display: block;
	width: 320px;
	height: 72px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -36px;
	margin-left: -160px;
}

h1 a {
	display: block;
	outline: none;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

