body { 
	background: #e0e0e0 url(../img/site_bg.png) repeat-x top left;
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif; 
	font-size: small;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

html>body {
	font-size: small;
}

img {
	border: 0;
}

#site {
	background: transparent url(../img/lines.png) no-repeat 200px top;
	margin: 0px auto;
	padding-top: 30px;
	width: 1024px;
	height: 800px;
}
#page {
	border: 1px solid #9e9e9e;
	border-top: 5px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	background-color: #fff;
	margin: 0px auto;
	padding: 20px;
	text-align: center;
	width: 1024px;
}

h1, h1 span {
	position: relative;
	display: block;
	height: 97px;
	width: 935px;
	overflow: hidden;
	margin: 0px auto;
	z-index: 1;
}
h1 span {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background: url(../img/top_sentense.png) no-repeat;
	z-index: 2;
}

h2, h2 span {
	position: relative;
	display: block;
	height: 63px;
	width: 641px;
	overflow: hidden;
	margin: 0px auto;
	z-index: 1;
}
h2 span {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background: url(../img/bottom_sentense.png) no-repeat;
	z-index: 2;
}
