body {
	margin:0px 0px 0px 0px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
}

#page {
	position: absolute;
	margin-left: 40px;
	margin-top: 25px;
	width: 600px;
	background-color: transparent;
	z-index: 2;
}

#splat {
	position: absolute;
	left:400px;
	top:-150px;
	z-index: 1;
}

.title {
	font-weight: bold;
	font-size: 11px;
	color: #99FF00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #303030;
	padding-top: 20px;
	line-height: 18px;
}

.text {
	line-height: 14px;
}

.screenshot {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bottom {
	padding-bottom: 10px;
}

a {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}

.greenlink {
	color: #99ff00;
	text-decoration: none;
	font-size: 10px;
}

ul{
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


.copyright {
	color: #303030;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #303030;
	padding-top: 20px;
	padding-bottom: 20px;
}

.copyright a {
	color: #303030;
	text-decoration: none;
}

.copyright a:hover {
	color: #ffffff;
}
