@charset "UTF-8";
/* CSS Document */
#global {
	width: 100%;
	margin: 0;
	padding: 0;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 184px;
	margin: 0;
	padding: 0;
}
#header_center {
	position: absolute;
	height: 184px;
	z-index: 2;
	width: 800px;
	margin: 0;
	margin-left: -400px;
	left: 50%;
	background: url(../images/splash_header.png) no-repeat top left;
}
#header_right {
	position: absolute;
	width: 50%;
	height: 184px;
	margin: 0;
	left: 50%;
	z-index: 1;
	background: url(../images/splash_header_bg.png) repeat-x top left;
}
#content {
	position: absolute;
	width: 800px;
	left: 50%;
	top: 184px;
	margin-left: -400px;
	text-align: center;
}
#btns {
	float: left;
	clear: left;
	width: 400px;
	text-align: left;
	margin: 40px 0 0 200px;
}
#content_img {
	float: left;
	clear: left;
	height: 160px;
	margin-top: 40px;
}
#footer {
	float: left;
	clear: left;
	width: auto;
	margin: 4px 0 0 200px;
	background-color: #E4EDF4;
	padding: 1px 6px;
	text-align: left;
}
#footer p {
	#width: 440px;
}

