@charset "utf-8";
/* CSS Document */

#Main_Container {
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 100%;
}
#Main_Container .Wrapper {
	position: relative;
	margin: 0px -385px;
	text-align: center;
}
#Main_Content {
	position: relative;
	background: url(/images/eq_universe/main_bg.jpg) center top no-repeat;
	margin: 0 auto;
	width: 1588px;
	height: 900px;
	cursor: default;
	text-align: center;
}
#Flag_Container {
	position: absolute;
	top: 55px;
	left: 50%;
	margin: 0px -415px;
	width: 830px;
	height: 100px;
	z-index: 60000;
}
#Page_Footer {
	text-align: center;
}