#wrapper {
	background-image: url(images/bkg.jpg);
	height: 100%;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#image_top {
	height: 180px;
	width: 100%;
	text-align: center;
}
#image_centre {
	height: 180px;
	width: 100%;
	text-align: center;
}

.image_spacer {
	margin: 10px;
}
#image_bottom {
	text-align: center;
	height: 180px;
	width: 100%;
}
#footer {
	height: 20px;
	width: 888px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6em;
	color: #FFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}



body {
	background-color: #000;
}
#header {
	height: 113px;
	width: 100%;
	text-align: center;
}
#introduction {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	height: 50px;
	width: 888px;
	margin-top: 50px;
	color: #FFF;
	line-height: 1.5em;
	background-image: url(images/bkg2.png);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

A:link {
	text-decoration: none;
	color: #0F0;
}
A:visited {
	text-decoration: none;
	color: #0F0;
}
A:active {
	text-decoration: none;
	color: #0F0;
}
A:hover {
	text-decoration: underline;
	color: #0C0;
}

