body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

#centered {
	width: 780px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 0px;
	background-image: url("../img/right.png");
	background-position: top right;
	background-repeat: no-repeat;
}

#header {
	height: 165px;
}

#logo {
	position: relative;
	top: 40px; left: 5px;
}

img.logo {
	border: none;
}

#about {
	width: 480px;
	margin-bottom: 40px;
}

#video {
	height: 283px;
	margin-left: 10px;
	margin-bottom: 40px;
}

#credits {
	height: 100px;
	margin-left: 5px;
	margin-bottom: 40px;
}

.text {
	color: #CCC;
	font-size: 13px;
	line-height: 140%;
	margin: 0 0 6 0;
	padding: 6 5 5 5;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

.text a {
	text-decoration: none;
	line-height: 190%;
	color: #FFF;
}

.title {
	color: white;
	font-size: 16px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

.credit {
	color: white;
	font-size: 14px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}