
#page {
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
}

#bg {
	position:absolute;
	z-index:1;
	text-align:center;
	width:100%;
	height:100%;
}

#bg img {
	width:100%;
	max-width:1200px;
}

#front {
	position:absolute;
	z-index:2;
	width:100%;
}


#head_wrapper {
	position:absolute;
	z-index:3;
	top:0px;
	left:0px;
	width:100%;
}

#wrap_wrapper {
	position:absolute;
	z-index:3;
	top:70px;
	left:0px;
	width:100%;
}

#wrap {
	overflow:hidden;
}

#foot_wrapper {
	width:100%;
	position:absolute;
	z-index:3;
	bottom:30px;
	left:0px;
}

.tweet {
	width:250px;
	background-image:url(../image/bg_text.png);
	background-repeat:repeat;
	background-position:left top;
}

.bg_text {
	background-image:url(../image/bg_text.png);
	background-repeat:repeat;
	background-position:left top;
}

