@charset "utf-8";
/* CSS Document */
html,body{
height:100%;
margin:0;
padding:0;
}
body{
	background-image: url(fundo.png);
	background-color: #400202;
	background-repeat: repeat-x;
	text-align:center;
	min-width:600px;
	min-height:480px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}


#content{
position:absolute;
top:50%;
left:50%;
margin-top:-240px;
margin-left:-300px;
width:600px;
height:480px;
background:#666;
overflow:auto;
text-align:left;
background-color:#000000;
}

#texto {
    height: 54px;
	width: 400px;
    position:absolute;
    top:50%;
    left:50%;
	background-color:none;
	margin-top:-27px;
    margin-left:-200px;
	overflow:auto;
    text-align:center;
}


a {
	
	color: #000000;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF2828;
}
a:active {
	text-decoration: underline;
}
