html, body {
	background-color: #000000;
	color: #809090;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva;
	font-size: 11px;
	line-height: 13px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

img {
	border: none;
	}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #e0f0f0;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #e0f0f0;
	}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #e0f0f0;
	}
	
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}

.splash {
	display: block;
	position: relative;
	width: 400px;
	
	height: 561px;
	overflow: hidden;
	text-align: center;
	}
