@charset "utf-8";
body {
	background: #000000;
	color: #FFFF99;
	font-family: Tahoma;
	background-color: #584F0E;
	font-size: 12px;
}

img { border: 0;}
td{
	font-size: 12px;
}
a {
text-decoration: none;
color: #FFFF99;
font-size: 11px;
}

input{
    height: 20px;
    font-size: 11px;
}

#intro { 
	width: 770px;
	height: 300px;
	left: 50%;
	top: 50%;
	background: #584F0F;
/*	margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	margin-left: -385px;
	margin-top: -150px;
	position: absolute;
} 

#principal { 
	width: 770px;
	height: 500px;
	left: 50%;
	top: 50%;
	background: #584F0F;
/*	margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	margin-left: -385px;
	margin-top: -250px;
	position: absolute;
} 