body {
	margin:0px;
	height:100%px;
	width:100%;
	background-color:#000000;
	background-image:url(images/background.png);
	background-position:center;
	background-repeat:repeat-y;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.load{
	position:absolute;
	width:100%;
	height:50%;
	vertical-align:middle;
	/*background:background-color;
	background-color:#CCCCCC;*/
	top:45%;
	
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.bottom{
	position:absolute;
	bottom:0em;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10px;
	width:100%;
}

.bottom a {
	color:#999999;
	text-decoration:none;
}
.bottom a:hover {
	color:#999999;
	text-decoration:underline;
}
