@charset "windows-1250";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(../imagens/fundo.jpg);
}

div#quadroPrincipal {
	position: absolute;

	margin-left:-500px;
	left:50%;
}
div#botoes {
	position:absolute;
	top:100px;
	left:300px;
	width:700px;
	height:100px;
	z-index:1;
}
div.botao {
	border-color:#000;
	border-style:solid;
	border-width:1px;
	text-align:center;
	line-height:2em;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#3BB3C2;
	float:left;
	width:138px;	
	height:25px;
	background-image:url(../imagens/botao.jpg);
	cursor:pointer;

}
div.botao:hover {
	color:#FFF;
}
div#mensagem {
	
	position:absolute;
	top:150px;
	left:300px;
	width:698px;
	height:25px;
	color:#FFF;
	background-color:#000;
	line-height:2em;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	border-color:#000;
	border-style:solid;
	border-width:1px;
}
div#conteudo {
	position:absolute;
	top:200px;
	width:1000px;
	height:500px;
}