#wrapper {
	height: 600px;
	width: 800px;

}

#centerMyContent
{
	background: url(images/splash.gif) no-repeat center top;
	width: 800px;
	margin-left: -400px;
	margin-top: -300px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 600px;
}
#content {
	height: 600px;
	padding: 335px 230px 10px 200px;
	margin-bottom: 0px;
}
body {
	background: #EEEEEE;
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	display: none;
}
h2 {
	text-align: center;
	color: #3D575D;
}
h3 {
	font-size: 14pt;
	text-align: center;
	padding-top: 23px;
}
p {
	text-align: center;
	font-style: italic;
	font-size: 10pt;
}
a:link , a:active, a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #3D575D;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #0066FF;
	text-decoration: underline;
}
h2 a:hover {
	color: #3D575D;
}
.cc {
	text-align: right;
}
