body {
	background-image: url(../bg.jpg); 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-color: #000000;
	background-position: 0% 50%;
} 

a:link {color:#ffffff;}    /* unvisited link */
a:visited {color:#ffffff;} /* visited link */
a:hover {color:#ec008c;}   /* mouse over link */
a:active {color:#ffffff;}  /* selected link */

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px; 
	background-color: #000; 
	padding: 0px; 
	color: white; 
	border: 0px
	font-size: 9pt;
	height: 40px;
}

#maincontent {
	position: absolute;
	left: 480px;
	bottom: 10%;
	background-color: none; 
	width: 275px;
	height: 300px;
	padding: 0px;
}

span.y {
	font-size: 9pt;
	color: #fff200;
	font-weight:bold;
}

p {
	width: 250px;
}

.footertext{
	font-family: Verdana; 
	font-size: 9pt; 
	color: #555555;
	padding-left: 15px;
	padding-top: 0px;
	width: 800px;
}

.bodytext {
	font-family: Verdana; 
	font-size: 9pt; 
	color: #fff;
	padding: 25px;
}