/* CSS Document */

body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 0px;	
	background-color:#000;
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	width:98%;

	}
	

a:link {
	font-size: .9em;
	color: #009933;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	font-size: .9em;
	text-decoration: underline;
	font-weight:bold;
	color: #00591D;
	}
	
a:visited {
	font-size: .9em;
	color: #009933;
	text-decoration: none;
	font-weight:bold;
	}
	
a:visited:hover {
	font-size: .9em;
	color: #009933;
	text-decoration: underline;
	font-weight:bold;
	}


a.simple:link {color: #009933; text-decoration: none; }
a.simple:active {color: #00591D; text-decoration: none; }
a.simple:visited {color: #009933; text-decoration: none; }
a.simple:hover {color: #00591D; text-decoration: underline; }


/************** LAYOUT DIVs ************************/


#footer{
	text-align:right;
	font-size:10px;
	position:absolute;
	right:0px;
	bottom:0px;
	padding-right:15px;
	padding-bottom:15px;
	z-index:10;
}	

#footer_img{
	background-image:url(logo_tall_final.jpg);
	background-repeat:no-repeat;
	background-position:right;
	z-index:1;
	position:absolute;
	right:0px;
	bottom:0px;
	width:192px;
	height:400px;
	}