@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/background.jpg); 
	background-repeat:no-repeat; 
	background-position:center top;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
	line-height:20px;
}

.title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing:1.5px;
	text-transform:uppercase;
	color:#FFF;
}
.heading_green {
	color: #9DB304;
	font-size:16px;
	font-weight:bold;
}

a:link {
	color: #9DB304;
	text-decoration:none;
}

a:visited {
	color: #9DB304;
	text-decoration:none;
}


a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

a:active {
	color: #9DB304;
	text-decoration:none;
}

.bottom {
	font-size:12px;
	line-height:18px;
}
