@charset "UTF-8";

body {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}
#content {
	position:absolute;
	height:200px;
	width:500px;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 0px;
	border: 1px none #000000;
	overflow: auto;
	margin-top: -100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -200px;
}
#content h1 {
	background-image: url(/oldsite/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 71px;
	width: 400px;
	margin-left: 40px;
}
#content h1 span {
	display: none;
}
