body {
	background:#02461E url(../images/left.jpg) no-repeat left bottom fixed;
	}
	
table {
	font-family:"NewsGoth BT";
	font-size:13px;
	font-weight:bold;
	color: #02461E;
	border-color:black black #9F0000;
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:right center;
	border-style:solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	}
	
a {
	font-family:"NewsGoth BT";
	font-size:13px;
	font-weight:bold;
	color:#02461E;
	}
	
#buttons {
	margin:0 auto;
	position:absolute;
	left:0;
	top:0;
	width:150px;
	height:100%;
	padding:0;
	margin:0;
	}
	
#buttons ul {
	list-style:none;
	padding-top:71px;
	margin-left:-15px;
	}
	
#buttons ul li {
	width:100px;
	text-align:center;
	height:25px;
	}
	
#buttons a {
	background:url(../images/leeg.gif) no-repeat;
	display:block;
	font-family:Verdana;
	font-weight:lighter;
	font-size:10px;
	color:#017201;
	text-decoration:none;
	height:23px;
	width:100px;
	padding-top:2px;
	}
	
#buttons a:hover {
	background:url(../images/leeg2.gif) no-repeat;
	color:#5AB510;
	}
	
#buttons #logo {
	position:absolute;
	width:100px;
	height:100px;
	left:25px;
	bottom:29px;
	}
