/* James Widdowson Splash CSS */
/* © 2007 www.jamessann.com */

/*General Styles */

body {
	padding: 0;
	margin: 0;
	background-color: #000;
	color: #fff;
	text-align: center;
}

img  {
   border-style: none;
}

/*Layout */
	
#contents {
	margin-top: 50px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 880px;
	padding: 10px;
	background-color: #000;
	color: #fff;
	text-align: left;
	}
	
#header {
	text-align: center;
	margin: 0;
	padding: 0;
}

	
#mainbody {
    border: 1px solid #330099;
	text-align: center;
	margin: 0;
	padding: 20px;
}
	
	
#splashtext  {
	margin-top: 15px;
	padding: 0 50px 0 50px;
	text-align:justify;
}

#splashtext h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align:justify;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#entersite {
	text-align: center;
	margin-top: 20px;
	padding: 0;
}

#entersitereflect {
	height: 90px;
	margin: 0;
	padding: 0;
	background: url(../images/enter_mirror.jpg) center top no-repeat;
}


