body
{
	text-align: center;
	background-color: #FFBE10;
	background-image: url(../images/bg.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	font-size: 10px;
}
.descr {
	font-size: 12px;
}



div#main
{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #9A8863;
}
.button {
	width: 200px;
	background-color: #006600;
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin-bottom: 15px;
}
a:link {
color:black;
}