@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	background-image:url(images/index_bgnd.gif)
}
#outerContainer {
	margin:0px;
	padding:10px;
	width:100%;
	text-align: center;
}
#innerContainer {
	width:735px;
	margin: 0 auto 0 auto;
	padding:0px;
	text-align: center;	
}
#logo {
	background-image:url(images/index_logo2.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;	
	width:108px;
	height:171px;
	margin: 0 auto 0 auto;
}
#banner {
	background-image:url(images/index_banner2.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;	
	width:740px;
	height:35px;
	margin-bottom:5px;
	
}
#video{
	width:715px;
	height:405px;
	padding:10px;
	margin: 0 auto 0 auto;
	border: 2px solid #CC6666;
}
#scroll {
	width:100%;
	height:69px;
	background-image:url(images/index_scroll.gif);
	background-repeat:no-repeat;
	background-position: center;
	margin-top:10px;
}
#skip {
	width:135px;
	height:28px;
	padding:0px;
	float:right;	
}

#skip a {
	display:block;
	width:135px;
	height:28px;
	background-image: url(images/skip_tour.gif);
	text-indent: -9999px;
	margin: 0px;
}
#skip a:hover {
	display:block;
	width:135px;
	height:28px;
	background-image: url(images/skip_tour.gif);
	text-indent: -9999px;
	margin:0px;
	background-position: 0px 28px;
}
