body {
	background-color: #000000;
	font-family: sans-serif, arial, verdana;
	font-size: 14px;
	color: #ffaa88;
}

p.bio {
	text-align: center;
	margin: 10px;
}

.h1 {
	font-size: 18px;
	font-family: arial black;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
	border-bottom: 1px solid #FF8822;
	letter-spacing: 8px;
}

a:link, a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline overline;
	font-variant: small-caps;
}

.bgbox {
	display: block;
	width: 700px;
	height: 570px;
	background-image: url(images/bgbox1.jpg);
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -350px;
	overflow: visible;
}

.contentbox {
	display: block;
	width: 320px;
	height: 310px;
	top:80px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	position: relative;
}

.container {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	align: center;
}