@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	padding: 0;
	margin: 0;
	}

body {
	background-image: url(../images/splash/splash_top.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
}

#container {
	min-height: 100%;
	height: auto !important; /* moderne browser */
	height: 100%; /* IE ... */
	width: 482px;
	margin: 0 auto;
	background-image:url(../images/splash/splash_mcm.png);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}

#soon {
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:3em;
	padding-top: 370px;
}

#copy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #AAA;
	position: absolute;
	width: 100%;
	bottom: 15px;
}

a:link, a:visited {
	color: #AAA;
	text-decoration: none;
}

a:hover, a:focus {
	border-bottom: 1px solid #AAA;
}
