* {
	margin: 0;
	padding: 0;
}

body {
	background:  #FFFFE2;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 auto;
	text-align: center;
}

br.cleardiv {
	clear: both;
	height: 0;
	overflow: hidden;
}

/*---------------

PAGE STRUCTURE

---------------*/

#wrapper {
	background: url(../images/splash/wrapper.gif) transparent no-repeat top left;
	height: 602px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 770px;
}

h1 a {
	background: url(../images/splash/h1.jpg) transparent no-repeat top left;
	float: left; 
	height: 488px;
	margin: 23px 0 0 50px;
	overflow: hidden;
	width: 670px;
	text-indent: -6000px;
}

h1 a:hover {
	background-position: 0 -488px;
}

#wrapper a#enter {
	background: url(../images/splash/enter.gif) transparent no-repeat top left;
	float: left; 
	height: 25px;
	position: relative;
	top: 18px;
	left: 61px;
	overflow: hidden;
	width: 646px;
	text-indent: -6000px;

}

#wrapper a#enter:hover {
	background-position: 0 -25px;
}

