body {
	background-color:#FFFFFF;
	color:#2F982F;
	font:ariel,sans-serif;
	font-size:22px;
}


#background {
	background-image: url("bgsky.jpg");
	width:100%;
	height:150%;	
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;

}

#banner {
 	background-image:url("banner2.jpg");
	position:center;
	height:135px;
	width:1000px;
	top:0px;	
	
}

#credits {
	color:#FFFFFF;
	position:bottom;
	
}
	
#navbar {
	background-color:#E4FDC3;
	position:center;
	color:#FFFFFF;
   	width:1000px;
	height:30px;
	
}

a {
	text-decoration: none;
	color: #57AD57;
}

a:hover {
	text-decoration: none;
	color: #3676B3;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}
