﻿/* hide from ie on mac \*/
html {
	height: 100%; 
	overflow: auto;
}

#TheWall {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
/* end hide */
body
{
	background-color: #000000;
	margin: 0px;
	font-family: Arial;
	font-size: 10px;
}
div
{
	font-family: Arial;
	font-size: 10px;
	color: White;
} 
a
{
	font-family: Arial;
	font-size: 10px;
	color: White;
	text-decoration: underline;
} 