HTML, BODY
{
	height: 100%;
/*required*/
	background-color: #7F1818;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 12px;
}
BODY
{
	text-align: center;
/*horizontal centering hack for IE*/
	padding: 0;
/*required to "hide" distance div*/
	margin: 0px;
/*required to "hide" distance div*/
}
H1
{
	font-size: 60px;
}
H2
{
	font-size: 20px;
}
A:link
{
	color: #637383;
}
A:visited
{
	color: #900;
}
A:hover
{
	color: #D1DEE0;
}
A:active
{
	color: #39F;
}
DIV#distance
{
	margin-bottom: -9.7em;
/*required to "hide" distance div*/
	height: 45%;
/*required*/
	float: right;
/*required*/
}
DIV#content
{
	position: fixed;
/*positions content on top of distance*/
	text-align: center;
/*horizontal centering hack for IE*/
	height: 8em;
/*required - desired height*/
	width: 100%;
/*required*/
	clear: both;
	margin-top: 290px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(tile.png);
	background-repeat: repeat;
}
