body {
	background-image: url(images/back_ground1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat; 
	background-position: center bottom;
	background-color: #b28c3b;
	margin-left:0;
	margin-right:0;
	margin-top:1%;
}
.topshadow {
	background-image: url(images/shadow_top.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.btshadow {
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #F1EEB8;
}
.footer a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #F1EEB8;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
	