
body {
	background-color: #8a0206;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
}


#container {
	position:absolute;
	width:1020px;
	height:500px;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-510px;
	background-image: url(../img/bgmxb.png);
	background-repeat: repeat;
	background-color: #8a0206;
}


#main {
	width: 987px;
	height: 406px;
	margin: auto;
	padding-top: 70px;
}

/* Links */
A:link {
	text-decoration: none;
	font-size: 14px;
	color: #D8D4D4;
}
A:visited {
	text-decoration: none;
	font-size: 14px;
}
A:active {
	text-decoration: none;
	font-size: 14px;
}
A:hover {
	text-decoration: underline overline;
	font-size: 14px;
	color: #FC0404;
	
}

/* textos */
.style1 {
	color: #cccccc;
}
.style2 {
	font-size: 14px;
}

.style3 {
	color: #999999;
}

.style4 {
	color: #999999;
	font-size: 14px;
}

.style5 {
	color: #FFFFFF;
}

.style6 {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #cccccc;
}

.style7 {
	font-size: 14px;
	color: #cccccc;
}
