@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #000;
}

#container {
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

#nav {
	width: 1000px;
	float: left;
	background-color: #000;
}

#basement {
	float: left;
	width: 1000px;
	background-image: url(images/basement.jpg);
	background-repeat: no-repeat;
}

.hometype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}

.bigtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCC;
}