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

body {
	margin: 0;
	padding: 0;
	background-color:#000000;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 800px;
	background-color:#000000;
}

#mainarea {
	margin: 0 auto;
	background:url(../images/splash.jpg) no-repeat top;
	position: relative;
	width: 800px;
	height:600px;
}

#link {
	margin: 0 auto;
	top:586px;
	height:44px;
	/*background:url(../images/email.jpg) no-repeat top;*/
	position: relative;
	width: 800px;
	
}

