body {
		background: #111111;
}

body .page{
	text-align: center;
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
}
.page .main{
	background-image: url(../_d/first_center_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	margin: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
}

.main .frame{
	width: 617px;
	height: 380px;
	background-image: url(../_d/first_main.jpg);
	margin-right: auto;
	margin-left: auto;
}

.frame .text{
	padding: 100px 100px 100px 100px;
	font-size: 12px;
}
