html {
	
}

a img {
	
border: 0;
z-index: 1;
}

body {
	
margin: 0;
padding: 0;
font-size: 80%;
	background: #ffffff url(../images/bg.jpg) repeat-x;
}

#splash {
	
margin-top: 50px;
margin-bottom: 50px;
	width: 800px;
	height: 490px;
	position: relative;
}

#title {
	z-index: 2;
	position: relative;
	color: #fff;
	text-align: center;
	font: bold 26px "Lucida Grande", Lucida, Verdana, sans-serif;
	vertical-align: middle;
	top: 50px;
}

a {
color: #1D9ED7; 
text-decoration: none;
}

#footer {
margin-top: 15px;
font-family: Courier, Arial, monospace;
font-size: 85%;
color: #8A8B8F;
}