/* CSS Document */
body {
	background: #000000;
	margin: 0px;
	padding: 0px;
}
#container {
	height: auto;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#wrapper {
	background: #000000;
	position: absolute;
	height: auto;
	width: 480px;
	top: 0%;
	border: 2px solid #666666;
	right: 0px;
}
#wrapper2 {
	left: 0%;
	height:auto;
	width: 200px;
	display: block;
	position: relative;
	top: 0px;
}
#new img {
	border: none;
}
#timecodediv {
	font: italic bold 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	background: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}
#header {
	font: 26px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	height: auto;
	width: auto;
	margin: 25px auto;
	background: #000000;
}
#wrapper3 {
	position: relative;
	text-align: center;	
}

