html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit;
	font-size: 100%; font-family: inherit; vertical-align: baseline; }

body {
	margin: 0 auto;
	font: 11px/17px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #00131f;
	text-align: center;
	background-color: #646b46;
}
img { border-style: none; }
a {
	color: #003e36;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
input,
textarea,
select {
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #2a3137;
}
input[type=text]:focus { outline: none; }
form,
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#kontainer{
		width: 100%;
		margin: 0px auto;
		min-height: 100%;
		text-align: center;
		display: block;
		position: absolute;
			top: 0px;
			left: 0px;
			z-index: 0;
}

#wrapper{
	width:1000px;
	background: url('../images/splash_bg.jpg') no-repeat;
	display:block;
	text-align: center;
	padding-bottom:179px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content{
	width:785px;
	text-align: left;
	margin-left:119px;
}

#banner{
	height:144px;
	position:relative;
	z-index: 9999;
}

#banner #logo{
	display:block;
	width:283px;
	height:74px;
	position:absolute;
	top:14px;
	left:10px;
	background-image: url('../images/COHLogo.png');
	background-repeat: no-repeat;
}

#banner a.new{
	position:absolute;
	display:block;
	width:244px;
	height:67px;
	background: url('../images/spl_btn_new.png') no-repeat;
	text-indent: -9999px;
	top:92px;
	left:8px;
}

#banner a.members{
	position:absolute;
	display:block;
	width:244px;
	height:67px;
	background: url('../images/spl_btn_member.png') no-repeat;
	text-indent: -9999px;
	top:92px;
	left:258px;
}

#banner a.resources{
	position:absolute;
	display:block;
	width:244px;
	height:67px;
	background: url('../images/spl_btn_resources.png') no-repeat;
	text-indent: -9999px;
	top:92px;
	left:512px;
}

#flash{
	display:block;
	position:relative;
	height:517px;
	margin-left:3px;
}

#footer{
	height:64px;
	display:block;
	position:relative;
}

#footer_content{
	display:block;
	width:772px;
	height:39px;
	background: url('../images/splash_footer.jpg') no-repeat;
	position:relative;
	margin-top:8px;
	margin-left:8px;
	text-align: center;
}
#footer_content p{
	color:#FFFFFF;
	font-size: 10px;
	top:10px;
	position:relative;
}
