@charset "utf-8";
/* CSS Document */

.wrapper {
	margin: 0 auto;
	width: 700px;
	padding-top: 30px;
}

#header {
	width: auto;
	height: 200px;
	float:left;
}

#header .left {
	width: 400px;
	float: left;
	text-align: center;
}

#header .right {
	width: 300px;
	float: right;
}

#construction {
	width: 700px;
	height: 253px;
	float: left;
	padding-bottom: 30px;
}

#construction .under {
	width: 700px;
	height: 253px;
	float: left;
}

.style {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}