@charset "utf-8";
body {
	background-image: url(../images/top_body_bg.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
#fotter {
	width: 100%;
	background-image: url(../images/fotter_bg.gif);
	background-position: center bottom;
}
#footer_copyright {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 43px;
	text-align: right;
	background-image: url(../images/fotter_c_bg.gif);
	background-repeat: repeat-x;
}
#info_wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	height: 300px;
	vertical-align: middle;
	padding-top: 200px;
}

