body{
	margin: 0px;
	background: url(../images/page_bg.jpg) repeat-x ;
}
#header{
	width: 960px;
	height: 139px;
	background: url(../images/head_bg.png) no-repeat center;

}
#content{
	background: url(../images/image.png) repeat-y;
	display: block;
	width: 1008px;
	padding:28px;
	text-align: center;
}
#content table{
	
	
}
a{
	font-family: Arial;
	color: #365019;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	font-family: Arial;
	color: #365019;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	font-family: Arial;
	color: #365019;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
a:active{
	font-family: Arial;
	color: #365019;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}