body {
	padding: 0;
	margin: 0;
}

p { border: 0;
	padding: 0; 
	margin: 0; 
	color: #333;
	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: bold; text-decoration: none; border: none; }
a:link    { color: #008852; }
a:visited { color: #008852; }
a:hover   { color: #e60a0f; }
a:active  { color: #e60a0f; }


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


#videoWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 506px;
	height: 400px;
}
#video {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 466px;
	height: 320px;
}

#back {
	position: absolute;
	top: 340px;
	left: 193px;
	width: 40px;
	height: 17px;
	background: url(back.gif) no-repeat;
	background-position: 0 0px;
}

#back p {
	display: none;
}

#back:hover, #back:focus, #back.on {
	background-position: 0 -17px;
}

#close {
	position: absolute;
	top: 340px;
	left: 273px;
	width: 40px;
	height: 17px;
	background: url(close.gif) no-repeat;
	background-position: 0 0px;
}

#close p {
	display: none;
}

#close:hover, #close:focus, #close.on {
	background-position: 0 -17px;
}
