* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color:#0000FF;
	font-family: Arial, Helvetica;
}

ul li {
	list-style-type: none;
}

body {
	background-color: #181818;
}

div#navigation {
	position: relative;
	width: 100%;
	height: 30px;
	background: #efefef;
	margin: 0 auto;
}

#navlinks {
	position:relative;
	margin:auto;
	width: 800px;
	height:30px;
}

div#navigation ul li {
	position: relative;
	width: 125px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	line-height: 30px;
	border-right: 1px solid #000000
	color: #323232;
}

div#navigation ul li:hover {
	background: #565656;
	color: #ededed;	
}

div#navigation ul li:active {
	box-shadow:inset rgba(0, 0, 0, 0.5) 0 0 20px;
}

#main {
	width: 800px;
	height: 525px;
	background-color:#c0c0c0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}	
	
#container {
	position: absolute;
	margin: auto;
	width: 800px;
	height: 525px;
}

#footer {
	top:600px;
	height:300px;
	width: 800px;
	position: absolute;
	margin: auto;
}

#top1{
	width: 234px;
	height: 263px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('sprites/garage1.jpg')
}

#top2{
	width: 166px;
	height: 263px;
	position: absolute;
	top: 0px;
	left: 234px;
	background-image: url('sprites/garage2.jpg')
}

#top3{
	width: 202px;
	height: 263px;
	position: absolute;
	top: 0px;
	left: 400px;
	background-image: url('sprites/garage3.jpg')
}

#top4{
	width: 198px;
	height: 263px;
	position: absolute;
	top: 0px;
	left: 602px;
	background-image: url('sprites/garage4.jpg')
}

#bottom1{
	width: 234px;
	height: 262px;
	position: absolute;
	top: 263px;
	left: 0px;
	background-image: url('sprites/garage5.jpg')
}

#bottom2{
	width: 166px;
	height: 262px;
	position: absolute;
	top: 263px;
	left: 234px;
	background-image: url('sprites/garage6.jpg')
}

#bottom3{
	width: 202px;
	height: 262px;
	position: absolute;
	top: 263px;
	left: 400px;
	background-image: url('sprites/garage7.jpg')
}

#bottom4{
	width: 198px;
	height: 262px;
	position: absolute;
	top: 263px;
	left: 602px;
	background-image: url('sprites/garage8.jpg')
}



