#background {
	background-image: url(../img/bg_stripe.gif);
	background-repeat: repeat;
	border: 0px 0;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index:0;
}
#fore_ground {
	border: 0px 0;
	horizontal-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	height: 502px;
	width: 760px;
	left: 90px;
	top: 10px;
}
#movie {
	border: 0px 0;
	horizontal-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	height: 240px;
	width: 320px;
	left: 505px;
	top: 215px;
	z-index:2;
}
#text {
	border: 0px 0;
	horizontal-align: center;
	background-repeat: no-repeat;
	position: absolute;
	height: 100px;
	width: 330px;
	left: 500px;
	top: 25px;
	z-index:3;
}
p {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff7800;
	text-decoration: nounderline;
	background: #FFF;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66FF33;
	text-decoration: none;
	background: #FFF;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66FF33;
	text-decoration: none;
	background: #FFF;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #000;
	color: #66FF33;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #66FF33;
	text-decoration: none;	
	background: #FFF;
}