.mainBack {
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.littleBacks {
	background-image: url(images/layout/right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	}

a:link{
	color: #FFFF99;
	}
a:hover{
	text-decoration: none;
	}
.bottom{
	background-image: url(images/bottom.gif);
	background-repeat:no-repeat;
	background-position: top center;
	}
	
.copyright {
	color: #FFFFFF;
}

a.copyright:link{
	color: #FFFF99;
}
a:visited{
	color: #ffff99;
	}
a.copyright:visited{
	color: #336633;
}
