@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-image: url(img/bg.jpg);
	line-height: 15px;
	background-attachment: fixed;
}
#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1142px;
	height: 460px;
	margin-left: -571px; /* half of width */
	margin-top: -230px;  /* half of height */
}
#wrapperlong {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1142px;
	height: 460px;
	margin-left: -571px; /* half of width */
	margin-top: -230px;  /* half of height */
}
#mainlong {
	position:absolute;
	left:196px;
	top:10px;
	width:710px;
	height:770px;
	z-index:12;
	padding:20px;
	background:#FFF
}
#menu {
	position:absolute;
	left:0;
	top:100px;
	width:196px;
	z-index:11;
}
#main {
	position:absolute;
	left:196px;
	top:10px;
	width:710px;
	height:368px;
	z-index:12;
	padding:20px;
	background:#FFF
}
#head {
	position:absolute;
	left:196px;
	top:0px;
	width:750px;
	height:10px;
	z-index:13;
	background:#528329
}
#foot {
	position:absolute;
	left:196px;
	top:418px;
	width:750px;
	height:42px;
	z-index:14;
}
#footlong {
	position:absolute;
	left:196px;
	top:822px;
	width:750px;
	height:42px;
	z-index:14;
}
#logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 296px;
	height: 116px;
	margin-left: -397px; /* half of width */
	margin-top: -330px;  /* half of height */
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060;
	text-decoration: none;
	font-weight: bold;
}
