body {
	margin: 0 auto;
	padding: 0 auto;
	height: 100%;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: 400;
	font-smooth: always;
	background:  #121212;
}

* html body {
	font-weight: 600;
	font-family: Helvetica, sans-serif;
}

a {
	color: white;
}

#container {
	width: 1024px;
	border-top: none;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	background: #121212;
}

#container a {
	color:black;
}

#header {
	width: 936px;
	height: 90px;
	margin-left: 88px;
}

#content {
	width: 1024px;
	min-height: 650px;
	color: white;
}

#content a {
	color: white;
}

#hal9000 {
	width: 1024px;
	height: 650px;
	background: url(../images/css/hal9000.png) no-repeat;
}

.left {
	width: 300px;
	margin-top: 250px;
	float: left;
	text-align: left;
	color: white;
	clear: left;
}

.right {
	width: 500px;
	margin-top: 225px;
	float: right;
	text-align: right;
	color: white;
}


#footer {
	width: 936px;
	height: 90px;
	margin-left: 88px;
	text-align: left;
	font-size: 90%;
}

#footer a {
	color: #eeeeee;
}
