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

a: { color: #ad9b61; font-weight: bold; text-decoration: none; border: none; }
a:link    { color: #006b40; }
a:visited { color: #006b40; }
a:hover   { color: #da000d; }
a:active  { color: #da000d; }

#chooseWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 440px;
	height: 411px;
	background: url(bg.gif) top center no-repeat;
}
#choose {
	position: absolute;
	top: 190px;
	left: 110px;
	width: 250px;
	height: 100px;
	text-align: left;
}

#videoWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 440px;
	height: 411px;
}
#video {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 400px;
	height: 334px;
}

#back {
	position: absolute;
	top: 374px;
	left: 160px;
	width: 40px;
	height: 17px;
	background: url(back.gif) no-repeat;
	background-position: 0 0px;
	text-indent: -9000px;
}

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

#close {
	position: absolute;
	top: 374px;
	left: 240px;
	width: 40px;
	height: 17px;
	background: url(close.gif) no-repeat;
	background-position: 0 0px;
	text-indent: -9000px;
}

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