BODY {
	background-color: #000;
	background: url(images/background.gif);
	margin: 0; 
	padding: 0;
}

#bottom {
	background: url(images/page_bottom.gif) 0% 100% no-repeat;
	background-color: #282D4E;
}

#bottom_b {
	background: url(images/page_middle.gif) 0% 0% no-repeat;
	position:relative;
}

#top {
	background: url(images/page_top.jpg) 0% 0% no-repeat;
	width: 608px;
	height: 422px;
	position:relative;
}

#navigation {
	position: absolute;
	left: 61px;
	top: 404px;
}

#splash {
	position: absolute;
	left: 88px;
	top: 63px;
}

#links {
	position: absolute;
	left: 335px;
	top: 340px;
}
A:link { color: #917567; text-decoration: underline }
A:visited { color: #565f65; text-decoration: underline }
A:hover { background: #730; color: #ffffff; text-decoration: none }
A:active { background: #730; color: #ffffff; text-decoration: none }
a.thumbnail img, a.thumbnail:link img, a.thumbnail:visited img, a.thumbnail:active img {
	border: #fff 2px solid;
	display: block;
	background: #ccc;
	filter: alpha(opacity:50);
	KHTMLOpacity: 0.5;
	MozOpacity: 0.5;
	opacity: 0.5;
}
a.thumbnail:hover img{
	border: #000 2px solid;
	display: block;
	background: #000;
	filter: alpha(opacity:100);
	KHTMLOpacity: 1;
	MozOpacity: 1;
	opacity: 1;
}
