.background {
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-attachment:fixed;
}

.text {
	color:#000000;
	font-family:"Century Gothic", Verdana, Arial;
	font-size:12px;
	line-height:18px;
	}

.text a:link, .text a:visited  {
	color:#666666;
	text-decoration:none;
	}

.text a:hover {
	color:#006600;
	}
	
.footer {
	color:#FFFFFF;
	font-size:9px;
	}
