body {
	background: url('../img/shadow.jpg') repeat-x 0px 560px;
}

a img { border: 0;  }

#banner {
	height: 137px;
	width: 137px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000px;
}

#content {
	margin: 60px auto;
	width: 960px;
	height: 500px;
	position: relative;
}

#video {
	width: 425px;
	height: 344px;
	position: absolute;
	top: 40px;
	display: none;
	z-index: 100;
}

#video, #playhead {
	left: 310px;
}

#playhead {
	height: 35px;
	background: white;
	width: 601px;
	top: 353px;
	position: absolute;
	display: none;
	background: white url('../img/playhead-back.png') no-repeat 0px 6px;
	z-index: 101;
}

#marker {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	z-index: 102;
}

#video object, #video embed {
	display: none;
}

#final {
	display: none;
	width: 960px;
	height: 500px;
	background: url('../img/ping.jpg') no-repeat -30px 0px;
}

#final #buttons {
	position: relative;
	top: 350px;
	left: 85px;
}

#final #buttons a, #final #buttons a img {
	display: block;
	border: 0 !important;
	text-decoration: none;
}

#final #buttons a {
	width: 300px;
}

#final #buttons a:visited {
	border: 0;
}

#footer {
	text-align: left;
	padding-left: 90px;
}

#footer a {
	font-family: Arial;
	font-size: 11px;
	color: #888;
	text-decoration: none;
}

#footer a.e {
	padding-left: 20px;
	border-left: 1px solid #888;
}	
	
	
#footer a:hover {
	text-decoration: underline;
}

#footer #add_this {
	float: right;
}

