@CHARSET "UTF-8";

body {
	background-color: #030207;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#top_logo_container {
	width: 981px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
}

#top_logo {
	width: 603px;
	height: 160px;
	margin-left: 358px;
	background-image: url('../img/intro_logo.png');
	background-repeat: no-repeat;
}

#flash_background {
	margin-top: 25px;
	width: 100%;
	height: 216px;
	background-image: url('../img/intro_background_mid.png');
	background-repeat: no-repeat;
	background-position: center;
}

#flash_holder {
	width: 375px;
	height: 216px;
	background-color: #fff;
	margin: 0px auto 0px auto;
}

#down_background {
	width: 100%;
	height: 137px;
	background-image: url('../img/intro_background_down.png');
	background-repeat: repeat-x;
}

#enter_button {
	width: 378px;
	height: 25px;
	background-image: url('../img/intro_enter.png');
	background-repeat: no-repeat;
	margin: 5px auto 0px auto;
}

#enter_button a {
	text-decoration: none;
}
