body {
	background-color: #44916C;
	text-align: center;
	background-image: url(img/bodybck.jpg);
	background-repeat: repeat-x;
}
#main {
	margin-top: 10px;
	margin: 0px auto 0px auto;
	width: 832px;
	height: 619px;
	background-image: url(img/bck.jpg);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}
#text {
	position: absolute;
	width: 430px;
	height: 564px;
	top: 52px;
	left: 330px;
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	overflow: auto;
}
#text h1 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #44916C;
	margin-top: 10px;
	margin-bottom: 6px;
}
#menu {
	position: absolute;
	width: 832px;
	top: 564px;
	text-align: center;
}
#menu, #menu a {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#menu a:hover {
	text-decoration: none;
	color: #999999;
}
