html, body {
	background-color: #00bf3a;
	color: #000000;
	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: #ffffff;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}
	
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}

.splash {
	display: block;
	position: relative;
	width: 580px;
	height: 660px;
	overflow: hidden;
	text-align: center;
	}
