div.blend {
	width: 995px;
	height: 295px;
	background-image: url('images/home/Pic 1.jpg');
}
div.blend img {
	width: 995px;
	height: 295px;
	display: none;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}
img#default {
	display: block;
	opacity: 100;
	-moz-opacity: 100;
	-khtml-opacity: 100;
	filter: alpha(opacity=100);
}

div.body div.white {
	position: relative;
	width: 995px;
	height: 170px;
	background-color: #FFFFFF;
}
a.rounded {
	position: absolute;
	top: 20px;
	width: 208px;
	height: 133px;
}
a.rounded p {
	font-size: 18px;
	margin:  0 0 0 0;
	bottom: 6px;
	right: 6px;
}
a#course {
	left: 20px;
}
a#shop {
	left: 246px;
}
a#history {
	left: 472px;
}
a#functions {
	left: 698px;
}
a.rounded div.transparency {
	height: 35px;
}
a:hover div.transparency {
	height: 100%;
}
a#map {
	position: absolute;
	top: 20px;
	left: 925px;
	width: 50px;
	height: 63px;
	background-image: url("images/home/map.png");
}
a#weather {
	position: absolute;
	top: 90px;
	left: 925px;
	width: 50px;
	height: 63px;
	background-image: url("images/home/weather.png");
}
div.clear {
	clear: both;
	height: 0px;
}