
html, body {
	height: 100%;
	min-height: 600px;
}
#container {
}

#container #content {
	background: url(../img/index/img_main.jpg) no-repeat center 0;
	width: 478px;
	height: 189px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -304px 0 0 -239px;
	padding-top: 380px;
}

#container #attention {
	margin-bottom: 30px;
}
#container #enter {
	margin-bottom: 50px;
}
#container #logo-xb {
	
}

#footer {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 256px;
	margin: -70px 0 0 -128px;
}
