#Header {
	position: absolute;
	visibility: visible;
	height: 100px;
	width: 600px;
	left: 5px;
	top: 10px;
}

#cluster {
	background-image :url('images/cluster.png');
	background-repeat:no-repeat;
	position: absolute;
	height: 410px;
	width: 225px;
	left: 5px;
	top: 110px;
}
#home {
	background-image :url('images/home off.png');
	position: absolute;
	height: 100px;
	width: 100px;
	left: 15px;
	top: 120px;
}

#home:hover {
	background-image :url('images/home on.png');
	position: absolute;
	height: 100px;
	width: 100px;
	left: 15px;
	top: 120px;
}

#SOLO {
	background-image :url('images/solo off.png');
	position: absolute;
	height: 100px;
	width: 100px;
	left: 120px;
	top: 120px;
}

#SOLO:hover {
	background-image :url('images/solo on.png');
	position: absolute;
	height: 100px;
	width: 100px;
	left: 120px;
	top: 120px;
}

#TSD {
	background-image :url('images/TSD off.png');
	position: absolute;
	height: 100px;
	width: 100px;
	left: 15px;
	top: 225px;
}

#TSD:hover {
	background-image :url('images/TSD on.png');
	position: absolute;
	height: 100px;
	width: 100px;
	left: 15px;
	top: 225px;
}

#rallyx {
	background-image :url('images/rallyx off.png');
	position: absolute;
	height: 100px;
	width: 100px;
	left: 120px;
	top: 225px;
}

#rallyx:hover {
	background-image :url('images/rallyx on.png');
	position: absolute;
	height: 100px;
	width: 100px;
	left: 120px;
	top: 225px;
}

#gallery {
	background-image :url('images/gallery off.png');
	position: absolute;
	height: 100px;
	width: 100px;
	left: 120px;
	top: 330px;
}

#gallery:hover {
	background-image :url('images/gallery on.png');
	position: absolute;
	height: 100px;
	width: 100px;
	left: 120px;
	top: 330px;
}

#links {
	background-image :url('images/links off.png');
	position: absolute;
	height: 100px;
	width: 100px;
	left: 15px;
	top: 330px;
}

#links:hover {
	background-image :url('images/links on.png');
	position: absolute;
	height: 100px;
	width: 100px;
	left: 15px;
	top: 330px;
}
#facebookbutton{
	position: absolute;
	left: 75px;
	top: 440px;
}

#lspr{
	position: absolute;
	left: 5px;
	top: 490px;
	height: 100px;
	width: 200px;
}

#magnumopus{
	position: absolute;
	left: 5px;
	top: 590px;
	height: 100px;
	width: 200px;
}

body {
	background-image: url('images/background.jpg');
	background-repeat:no-repeat;
	background-color:black;
	}

a img{
	border:none;
	}
h1{
	color:red;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
}
	
#content {
	width:75%;
	background-color: #808080;
	position: absolute;
	left: 230px;
	top: 110px;
	border-style: inset;
	border-color: grey;
	padding: 10px;
	margin-right: 5px;
}

ul {
    list-style-position: outside;
}
