

/* background */

body {
	background-image: url("../img/splash/bg.jpg");
	background-repeat: no-repeat;
	background-color: #175495;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	border: 0;
}

a img { border: none; }




/* layout */

#flash {
	position: absolute;
	left: 67px;
	top: 151px;
}

#mclogo {
	position: absolute;
	left: 100px;
	top: 180px;
}

#mainmenu {
	position: absolute;
	left: 553px;
	top: 193px;
}

#credits {
	position: absolute;
	left: 552px;
	top: 560px;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 1px;
	color: #8EB0DB;
	text-align: right;
	padding: 0 0 100px 0;
	font-variant: small-caps;
}


/* links */

a, a:active, a:visited {
	color: #8EB0DB;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #C0DAEE;
	font-weight: normal;
	text-decoration: underline;
}
