@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#aeaeae;
	color: #fff;
	padding:0;
	margin:0;
	height:100%;
	font-size: 8pt;
	font-weight:200;
}

div#center {
	width: 300px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -50px;
}
div#header {
	background: url(../img/header.jpg) repeat-x #aeaeae;
	height: 66px;
	border:2px solid #828282;
	/*border-top:8px solid #828282;*/
	text-align:center;
}

div#header #logo {
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
}

div#header #logo h1 {
	margin:0;
	padding:0;
	font-weight: 100;
	color: #fff;
	font-size:30pt;
	letter-spacing:-2px;
}

div#header #logo h1 span {
	margin:0;
	padding:0;
	font-weight: 100;
	color: #4b4b4b;
	font-size:16pt;
}

div#center p {
	margin:0;
	margin-top:10px;
	padding:0;
}

