body {
	background-image: url(../images/bg02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #61410D;
	margin: 0px;
	padding: 0px;
}
#logo {
	height: 72px;
	width: 1000px;
	position: relative;
	text-align: center;
	padding-top: 28px;
}
#link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	color: #FFF4AA;
	padding-top: 80px;
	display: block;
	float: right;
	position: absolute;
	z-index: 97;
	width: 1000px;
	height: 20px;
	text-align: right;
}
#link a{
	color: #FFF4AA;
	text-decoration: none;
}
#link a:hover{
	text-decoration: underline;
}
#containers{
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4B340F;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 16px;
	color: #FFFFFF;
	display: block;
	float: left;
	position: relative;
}
#footer a{
	color: #EFE8B1;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
