body {
	background-image: url(../img/wwwBackground.png);
	background-repeat: repeat;
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 100px;
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.5;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFCCFF;
}
#Anchor {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	z-index: 900;
}
#SiteAnchor {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	z-index: 900;
}
#SiteContentBox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2000px;
    height: 2000px;
    z-index: 910;
}
.SiteContentImg {
    height: 2000px;
    width: 2000px;
    overflow: visible;
    z-index: 1;
    border-width: 0;
    border: 0;
}
