html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ACC5B9;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
}
#main {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/gb_site_index.jpg);
	background-repeat: repeat-y;
	position: relative;
}
#top {
	height: 221px;
	width: 760px;
	position: relative;
}
#content {
	padding-bottom: 20px;
	width: 760px;
	position: relative;
}

#footer {
	height: 79px;
	width: 760px;
	background-image: url(../image/footer_index.jpg);
	background-repeat: no-repeat;
	text-align: right;
	clear: both;
	position: relative;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #759488;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../image/arow.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 20px;
	background-position: 15px 6px;
	float: left;
	width: 270px;
	display: block;
	line-height: 16px;
}
