body {
	margin: 0;
	background: #444;
	font-family: arial, verdana, sans-serif;
}
p { 
	margin: 0 0 10px 0;
	font-style: italic;
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
	color: #D65200;
	text-align: center;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #444;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #880000;
	}
a:hover, a:focus, a:active { 
	text-decoration: underline; 
	color: #ff0000;
	}
.page-wrapper {
	position: absolute;
	left: 50%;
	top: 0;
	right: auto;
	bottom: auto;
	margin-left: -390px;
	width: 780px;
	min-height:800px;
	clear: both;
	background: #F5E783;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
.page-wrapper .intro header {
	width: 780px;
	height: 311px;
	background: url(images/header_top.jpg) no-repeat 0 0;
}
