body {
	color: #092E09;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	background-color: #B2D4AF;
}

td {	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

h2 {font-weight: bold;}

a img {border: none; }

a:link, a:active, a:visited {
	font-weight: bold;
	color: #092E09;
	text-decoration: none;
}

a:hover {
	color: #165317;
}

input, textarea, option, select {
	background-color: #81AF7C;
	font: arial;
	color: #092E09;
	letter-spacing: 1px;
	border: 1px solid #092E09;
	padding: 2px;
}

#mainimg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index:1; 
	width: 600px;
	height: 400px;
	}	

#maincontent {
	position: absolute; 
	width: 339px; 
	height: 263px;
	z-index:2; 
	left: 231px; 
	bottom: 55px;
	overflow: auto;
	text-align: justify;
	padding: 7px;
}

#menulinks {
	position: absolute;
	width: 353px;
	height: 20px;
	z-index: 2;
	left: 231px; 
	bottom: 11px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}

.spoiler {
	color: #87AE7F;
	}