body
{
	background-color:white;
	background-image:url("purple.png");
	background-repeat:repeat-x repeat-y;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#main
{
	position:fixed;
	bottom:0px;
	left:0px;
}

#header
{
	position:fixed;
	top:0px;
	left:390px;
	z-index:2;
}

#content
{
	position:absolute;
	top:121px;
	left:390px;
	width:830px;
	color: black;
	font-family: "trebuchet ms";
	font-size: 11px;
	text-align:center;
}

h1 
{
	color: black;
	text-transform: uppercase;
	text-align:center;
}

td
{
	color: black;
	font-family: "trebuchet ms";
	font-size: 11px;
}

a:link, a:visited
{
	font-family: "trebuchet ms";
	font-size: 11px;
	font-weight: bold;
	line-height: 135%;
	text-decoration: none;
	color: black;
	text-align:center;
}

a:hover
{
	font-family: "trebuchet ms";
	font-size: 11px;
	font-weight: bold;
	line-height: 135%;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	text-align:center;
}
