@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg-capa-barao.gif);
	background-repeat: no-repeat;
	background-position: center;
}
html, body {
	height: 100%;
}
#centeredcontent {
	width: 1000px;
	height: 400px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -200px;
}
.aviso {
	text-align: center;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.dezoito {
	text-align: center;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
}
.pergunta {
	text-align: center;
	color: #928655;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
#resposta {
	text-align: center;
	color: #928655;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	float: left;
	width: 300px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#menor {
	text-align: center;
	color: #CC3300;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 50px;
	visibility: hidden;
	clear: both;
}
#espaco {
	float: left;
	width: 200px;
}

#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
	float: left;
	width: 330px;
}

#mp {
	float: right;
	width: 285px;
}
