html {
	background: #fff url('img/menuback.jpg') repeat-y fixed;
	min-height: 100%;
	_height: 100%;
	width: 100%;
}
body {
	background: url('img/sunburst.gif') 100% 0 no-repeat fixed;
	min-height: 100%;
	_height: 100%;
	width: 100%;
}
#menu {
	position: fixed;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}
#menu li {
	padding: 0;
	margin: 4px 0;
	width: 100%;
}
#menu li a {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 114px;
	line-height: 21px;
	border: 1px solid #014a01;
	background: url('img/button.gif') no-repeat #229c22;
	margin: auto;
	text-align: center;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 207px;
	padding-top: 30px;
	line-height: 1.3em;
	background: url('img/head.png') no-repeat;
	text-align: center;
	vertical-align: middle;
}
#content {
	position: absolute;
	left: 135px;
	top: 145px;
	margin: 0 3em 0 1em;
	padding: 0 0 1em 0;
	z-index: 1;
}
.svrlink {
	border: none;
	margin: 0;
	display: block;
}
