body{
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/back4.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #f3fae8;
	margin: 0;
}
a {
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: hand;
	position: relative;
}
a:hover {
	text-decoration: underline;
	color: #FCC000
}

.main {
	background-image: url(images/main.png);
	background-repeat: no-repeat;
	background-position: 80px 30px;
}