body {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-position: center center;
	background-color: #A78057;
	margin: 0px;
}
#main {
	position:absolute;
	left:246px;
	top:155px;
	width:464px;
	z-index:1;
	overflow: auto;
	height: 322px;
}
#heading {
	position:absolute;
	left:600px;
	top:78px;
	width:200px;
	height:50px;
	z-index:2;
	overflow: hidden;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #E3C160;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #BE9943;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #F0CE70;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
