#SplashContentContainer {
	width: 740px;
	margin: 0 auto;
	clear: both;
	background-color: #fff;	
}

#SplashFlashMovieContainer {
	width: 740px;
	height: 500px;
	margin: 0 auto;
}

#SplashMenuContainer {
	width: 700px;
	height: 20;
	padding: 0 20px;
	margin: 5px auto;
	text-align: right;
}

#SplashMenuBarContainer {
	width: 740px;
	height: 50px;
	background-image: url('menu-background-no-dividers.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	position: relative;	
}

.splashCopyrightNotice {
	clear: both;
	font-size: 1em !important;
	padding-top: 25px;
	font-size: 1em;
	color: #666;
	text-align: center;
}

.splashCopyrightNotice a:link, .splashCopyrightNotice a:visited {
	text-decoration: underline;
	color: #f30;
}

.splashCopyrightNotice a:hover {
	color: #f90;
}