body {
	background-color: #000000;
	font-family: 'century gothic', IPAGothic, verdana, arial, sans-serif;
}

#splashBody {
	background: url('crumbling_beauty_tigre.jpg') no-repeat;
	background-color: #000000;
	width: 800px;
}

#splashTitle {
	color: #000000;
	font-size: xx-large;
	margin-left: 400px;
	display: block;
}

#splashLink {
	position:absolute;
	left: 340px;
	top: 260px;
	color: #00ff70;
	/*font-size: large;
	text-decoration: none;
	font-weight: bold;*/
}

img {
	border: 0px;
}

#splashLink:active, #splashLink:hover {
	color: #ff0000;
}

