* {
	outline:0;
}
body {
	background:#000;
	margin:0px;
	cursor:default;
}
body, select, input, textarea {
	font:11px Georgia;
	color:#FFF;
}
img {
	border:0;
}

#mestre {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:600px;
	height:420px;
	margin-top:-210px;
	margin-left:-300px;
}
#mestre h1 {
	text-indent:-9999px;
	background:url(imagens/logo.png) no-repeat left top;
	width:600px;
	height:253px;
}
#mestre h2 {
	text-indent:-9999px;
	background:url(imagens/titulo-breve.png) no-repeat center top;
	height:28px;
}
#mestre h3 {
	text-align:center;
	font-weight:normal;
	letter-spacing:1px;
	font-size:12px;
}
#mestre h3 a,
#mestre address a {
	color:#FFF;
}
#mestre address {
	text-align:center;
	font-style:normal;
}