body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#maincontainer{
	width: 275px;
	margin:10px auto;
	position:relative;
	text-align: center;
	}
/* invisible para IE 5 \*/
#maincontainer{
	position:absolute;
	margin:-150px 0 0 -137px;
	left:50%;
	top:50%;
}
#maincontainer a {
	text-decoration: none;
	color: #666633;
	font-weight: bold;
	font-size: 12px;
}
#eng {
	float: right;
}
#esp {
	float: left;
}
#maincontainer a:hover {
	text-decoration: underline overline;
	color: #999933;
	font-weight: bold;
}
#ort{
	width: 275px;
	margin:10px auto;
	position:relative;
	text-align: center;
	}
/* invisible para IE 5 \*/
#ort{
	position:absolute;
	margin:-258px 0 0 -137px;
	left:10%;
	top:50%;
}

