html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg{position:fixed; top:0; left:0; width:100%; height:100%; z-index: 1;}
/* places the content ontop of the background image */
#content {position:relative; z-index:2;}
body
{
	height:100%; margin:0; padding:0;
    background: url(../images/bg-1.png) no-repeat;
    background-size: 100%;
}
tr
{
	text-align:center;
}

.heading
{
	color:#000000;
	font-size:36px;
}

.SpanLink
{	
	color:#000000;
	cursor:pointer;
}
.SpanLink:hover
{
	color:#CC0000;
	cursor:pointer;
}

.mainLinks
{
	background-image:url(../images/Untitled-1.png);
	width:965px;
	height:65px;
}

.logoLink
{
	cursor:pointer;
}

.mainFrame
{
	width:965px;
	text-align:left;
}

.pageLink
{
	color:#0000cc;
	cursor:pointer;
}

.pageLink:hover
{
	color:#FF00FF;
	cursor:pointer;
}
.copyright
{
	border-style:none;
	border:none;
}

hr
{
	width:965px;
	color:#000000;
	text-decoration:none;
}

.preload
{
	display:none;
}