@charset "UTF-8";

.index_wrapper {
	overflow:no;
	height:500px;
	width:400px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-200px;
	text-align: center;
}
.index_wrapper h1 {
	position: static;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-bottom: 15px;
}
.index_wrapper h2 {
	position: static;
}
