@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#title {
	background-image: url(./image/title_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
	height: 96px;
	width: 100%;
	margin: 15% 0px;
}
#title h1 {
	margin: auto;
	padding: 0;
	height: 96px;
	width: 588px;
	text-indent:-9999px;
	background: url(./image/title_opr.gif);
	background-repeat: no-repeat;
}