@charset "utf-8";
/* vcore gfx 1.0 */

body, html {
	background: #B2B6BF url("../img/background.png");
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

#container {
	background: #B2B6BF url("../img/bg_center_highlight.png") top center;
	height: 100%;
	width: 100%;
}

#date {
	background: url("../img/date.png") top center no-repeat;
	width: 100%;
	height: 45px;
	margin-top: 20%;
	position: absolute;
}