
body {
	min-height:100%;
	background: black;
	font-family: verdana, tahoma, sans-serif, arial, helvetica;
	font-size: 6pt;
	text-align: center;
	margin-top: 30px;
	height: 100%;
}

#wrapper { 
	margin: auto;
	width: 800px;
	height: 100%;
	vertical-align: middle;
}

P {
	color: #cc9933;
	line-height: 17pt;
}

a {
	text-decoration:none;
	color: #cc9933;
	line-height: 17pt;
}

a:hover {
	color: white;
}

#content {
	margin: 0 auto;
	text-align: left;
	background: url(images2/background_pic.jpg) no-repeat top left;
	padding-top:100px;
	padding-left:20px;
	width: 800px;
	height: 436px;
	font-size: 8pt;
}

#footer {
	margin: 0 auto;
	text-align: right;
	width: 800px;
	position: relative;
	font-size: 10px;
	top: -10px;
}
	