/* Ultimate Visuals */
/* Intro page css */
body {
	padding: 0px;
	Margin: 0px;
	background-color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}
a { text-decoration: none; }
a:link { color: #660E4A; }
a:visited { color: #660E4A; }
a:focus { color: #AA4A00; }
a:hover { color: #AA4A00; }
a:active { color: #660E4A; }
.global_container {
	width: 100%;
	height: 100%;
	margin-top: 15px;
}

/* Intro page styles */

.intro_container {
	position: relative;
	width: 960px;
	height: 720px;
	margin:0 auto;
}
.intro_bkg {
	width: 960px;
	height: 720px;
	z-index: 1;
	background-image: url(../images/intro/intro_bkg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#intro_bkg { opacity: .0; MozOpacity: .0; KhtmlOpacity: .0; filter: alpha(opacity=0); }
.intro_reel {
	position: absolute;
	top: 325px;
	left: 42px;
	width: 877px;
	height: 113px;
	background-color: transparent;
	z-index: 2;
}
#intro_reel { opacity: .0; MozOpacity: .0; KhtmlOpacity: .0; filter: alpha(opacity=0); }
.intro_logo {
	position: absolute;
	top: 600px;
	left: 58px;
	width: 418px;
	height: 115px;
	z-index: 3;
}
#intro_logo { opacity: .0; MozOpacity: .0; KhtmlOpacity: .0; filter: alpha(opacity=0); }
.intro_img {
	border: 2px solid #464646;
}
#img_1 { position: absolute; top: 0px; left: 10px; }
#img_2 { position: absolute; top: 0px; left: 177px; }
#img_3 { position: absolute; top: 0px; left: 344px; }
#img_4 { position: absolute; top: 0px; left: 592px; }
#enter { position: absolute; top: 0px; left: 759px; }