* {padding: 0; margin: 0;}

body {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/bg_base.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#wrapper {
	width: 890px;
	margin: 0px auto;
	text-align: left;
	overflow: visible;
	padding: 0px;
}

#pagetop {
	width: 890px;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
	overflow: hidden;
	padding: 0px;
}

#header {
	width: 890px;
	height: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
	overflow: show;
	line-height: 0px;
	padding: 0px;
}

#contentwrapper {
	position: relative;
	width: 890px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	overflow: visible;
	z-index: 1;
	padding: 0px;
}

#menu {
	width: 260px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	z-index: 1;
	float: left;
	padding: 0px;
}

#content {
	width: 480px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 350px;
	z-index: 1;
	padding: 0px;
}

#footer {
	position: relative;
	width: 890px;
	height: 120px;
	margin-left: 0px;
	z-index: 1;
	clear: both;
	padding: 0px;
}

#splash1 {
	width: 200px;
	height: 200px;
	position: relative;
	left: 780px;
	top: -720px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
	visibility: visible;
}

#splash2 {
	width: 200px;
	height: 200px;
	position: relative;
	left: 830px;
	top: -790px;
	padding: 0px 0px 0px 0px;
	z-index: 3;
	visibility: hidden;
}