* {
	margin: 0;
	padding: 0;
	font-family: 'lucida grande', 'myriad pro';
	font-size: 12pt;
}

body {
	background-color: #fff;
}

ul {
	list-style: none;
}

#Container {
	width: 512px;
	height: 512px;
	margin: 0 auto;
}

#Garage {
	position: absolute;
	background-image: url('images/Garage-Top.png');
	background-color: #fff;
	width: 512px;
	height: 248px;
	z-index: 100
}

#GarageLeft {
	position: absolute;
	margin-top: 248px;
	width: 67px;
	height: 162px;
	background-image: url('images/Garage-Left.png');
	z-index: 99;
}

#GarageMiddle {
	position: absolute;
	margin-top: 248px;
	margin-left: 246px;
	width: 21px;
	height: 162px;
	background-image: url('images/Garage-Middle.png');
	z-index: 99;
}

#GarageRight {
	position: absolute;
	margin-top: 248px;
	margin-left: 446px;
	width: 67px;
	height: 162px;
	background-image: url('images/Garage-Right.png');
	background-repeat: no-repeat;
	z-index: 99;
}

#DoorLeft {
	position: absolute;
	background-image: url('images/Door-Left.png');
	width: 189px;
	height: 175px;
	margin-top: 248px;
	margin-left: 57px;
	z-index: 20;
	top: 0px;
}

#DoorRight {
	position: absolute;
	background-image: url('images/Door-Right.png');
	width: 189px;
	height: 175px;
	margin-top: 248px;
	margin-left: 267px;
	z-index: 20;
	top: 0px;
}

#Download {
	position: absolute;
	margin-top: 255px;
	margin-left: 67px;
	width: 173px;
	height: 175px;
	padding: 2px;
	padding-top: 10px;
	text-align: center;
	z-index: 50;
}

#Download ul li {
	font-size: 10pt;
	margin-top: 5px;
}

ul li a, #Download ul li a:visited {
	font-size: 10pt;
	text-decoration: none;
	color: #333;
}

ul li a:hover {
	text-decoration: underline;
}

ul li a:active {
	color: #000;
}

#Learn {
	position: absolute;
	margin-top: 255px;
	margin-left: 267px;
	width: 173px;
	height: 175px;
	padding: 2px;
	padding-top: 10px;
	text-align: center;
	z-index: 50;
}

#Learn ul li {
	font-size: 10pt;
	margin-top: 5px;
}

#Floor {
	position: absolute;
	z-index: 10;
	background-image: url('images/Garage-Floor.png');
	width: 512px;
	height: 512px;
}

#Credits {
	width: 100%;
	text-align: center;
	font-size: 10pt;
	color: #666;
}

#Credits a, #Credits a:visited {
	color: #666;
	font-size: 10pt;
	text-decoration: none;
}

#Credits a:hover {
	text-decoration: underline;
}

#Credits a:active {
	color: #333;
}

.bold {
	font-weight: bold;
}
