html, body {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

body {
	background-color: #000;
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 0.85em;
}

#content {
	margin-top: 20px;
}

a {
	color: #ddd;
	text-decoration: none;
}

img.play {
	position: absolute;
	top: -85px;
	left: 0;
	z-index: 100;
}

#page {
	width: 540px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
}

#header, #footer{
	width: 540px;
	margin: 0 0 0 220px;
	padding: 0;
}

#header {
	height: 143px;
	margin: 30px 0 50px 0;
	
	background-image: url(../images/header_bg_black.png);	
	background-repeat: no-repeat;
	background-position: top left;
}

#logo {
	position: relative;
	top: 10px;
	left: 19px;
}

div.bio h2 {
	margin: 5px auto;
	padding: 5px;
	
	width: 85%;
	
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	
	font-size: 16px;
	text-align: center;
}

div.bio {
	display: none;
	position: relative;
}

div.embed {
	width: 500px;
	height: 312px;
	margin: 0;
	padding: 0;
}

ul.beforeList li {
	display: inline;
	list-style-type: none;
	line-height: 40px;
	margin: 10px;
	position: relative;
}

dl {
	width: 225px;
	height: 312px;
	
	position: absolute;
	top: 30px;
	right: 0;
	
	background-color: #000;
	border: 1px solid black;
}

dt {
	text-transform: uppercase;
	margin-bottom: 10px;
}

dd {
	margin: 0;
	padding: 0;
}

dd a {
	font-style: italic;
	text-decoration: underline;
}

form {
	margin: 20px;
	padding: 10px;
}

label {
	padding-left: 20px;
}

input {
	width: 130px;
}

#loginlink {
	text-align: center;
}

p.vidDesc a.qtLink {
	float: right;
}

p.vidDesc a {
	font-weight: bold;
}