/*
 * CSS Sacão na Lua
 */
 
body{
	background-color:#000000;
	margin: 0px 0px 0px 0px;
}

#div_base{
	position:relative;
	width:793px;
	height: 100%;
	left:50%;
	margin-left:-396px;
}

#div_content {
	position:relative;
	width: 100%;
	margin-bottom: 45px;
	text-align:center;
}

#div_content h1{
	font-family: Tahoma;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: strong;
	text-decoration: none;
}

#div_content p{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
