﻿html {
  height:100%;
}
body {
	margin:0px;
	padding:0px;
	background-color:#090909;
	width:100%;
	height:100%;
}
#container {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.splash {
	position:relative;
	top:170px;
	width:230px;
	height:327px;
}
a:link {
  text-decoration:none;
	color:#E02FE0; 
  font-size:10px;
  font-weight:none; 
  font-family:verdana,helvetica;
}
a:visited {
	text-decoration:none;
	color:#00CCFF; 
  font-size:10px;
  font-weight:none;  
  font-family:verdana,helvetica;
}
a:hover {
	text-decoration:none;
	color:#fff;
  font-size:10px; 
  font-weight:none;  
}
a:active {
	text-decoration:none;
	color:#E02FE0; 
  font-size:10px; 
  font-weight:none;
  font-family:verdana,helvetica;
}

