@charset "ISO-8859-1";
* { outline:none;}

body {
	background: #231f20;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
}

a:link {
	color: #0068B3;
	text-decoration: none
}

a:visited {
	color: #0068B3;
	text-decoration: none
}

a:active {
	text-decoration: none
}

a:hover {
	text-decoration: underline; 
	color: #666666;
}


#logo {
	position: absolute;
	top: 65px;
	left: 650px;
	text-align: center;	
}

#indexwrapper {
	left: -5px;
	width:875px;
	display: block;
	position: relative;
	margin: auto;
	top:0px;
}

#introtext{
	left:670px;
	top: 205px;
	position: absolute;
	width: 275px;
}

#mainwrapper {
	left: -5px;
	width:1075px;
	display: block;
	position: relative;
	margin: auto;
	top:0px;
}

#bkg_movie {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

}

#content_movie {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 985px;
	height: 620px;
}

