body {
	padding: 0;
	margin: 0;
}

p { 
	border: 0;
	padding: 0; 
	margin: 0; 
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	word-spacing: normal;
	text-decoration: none;
}

a { color: #008852; font-weight: normal; text-decoration: underline; }
a:link    { color: #008852; }
a:visited { color: #008852; }
a:hover   { color: #e60a0f; text-decoration: none; }
a:active  { color: #e60a0f; text-decoration: none; }

#chooseWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 360px;
	background: url(bg.gif) top left no-repeat;
}
#choose {
	position: absolute;
	top: 180px;
	left: 140px;
	width: 260px;
	height: 100px;
	text-align: left;
}

#videoWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 360px;
}
#video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 330px;
}
#video_low {
	position: absolute;
	top: 100px;
	left: 105px;
	width: 290px;
	height: 210px;
}

#controls {
	position: absolute;
	top: 330px;
	left: 20px;
	width: 500px;
	height: 30px;
}
#controls_low {
	position: absolute;
	top: 320px;
	left: 120px;
	width: 290px;
	height: 30px;
}
