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

body {
	color: #FFFFFF;
	background: #000000;
	font-family: Tahoma, Arial, "Microsoft Sans Serif";
	text-align:center;
}

#intro {
	position: relative;
	top: 25px;
	width: 396px;
	height: 411px;
	padding: 0px;
	margin: auto;
	display: block;
}


#footer {
	position:relative;
	width: 600px;
	height: 60px;
	background-color: #000000;
	color: #789d40;
	font-size: 10px;
	text-align: center;
	margin: 0 auto 0 auto;
	display: block;
	padding: 65px 5px 5px 5px;
	}
	
#footer a {
	color: #789d40;
	font-weight: bold;
	text-decoration:none;
}

#footer a:hover {
	color:#d2e9a4;
}