* {
	margin: 0px;
	padding: 0px;
}
/* BECAUSE OF GOOGLE CHROME BACKGROUND BUG: */
html {
	background-color: #1b1b1b;
}
body {
	background-color: #1b1b1b;
	font-family: Helvetica, Arial, sans-serif;
	color: #707070;
	font-size: 10px;
	text-align: left;
}
#page {
	width: 400px;
	margin: 150px auto;
}
#header {
	position: relative;
	width: 390px;
	height: 50px;
	margin-left: 5px;
	background: url(../img/logo.gif) no-repeat top center;
}
h1,
h2 {
	display: none;
}
#slogan {
	position: absolute;
	left: 193px;
	top: 40px;
	width: 200px;
	height: 10px;
	text-transform: uppercase;
}
#content {
	width: 400px;
	margin-top: 30px;
	text-align: center;
}
#content p {
	text-transform: uppercase;
	margin-bottom: 3px;
}
#content a {
	color: #707070;
	text-decoration: none;
	font-size: 13px;
	color: #a0a0a0;
}
#content a:hover {
	color: white;
}
#footer {
	width: 400px;
	margin-top: 50px;
	text-align: center;
	list-style-type: none;
	line-height: 14px;
}
#footer li {
	display: inline;
	text-transform: uppercase;
}
#footer li a {
	color: #707070;
	text-decoration: none;
}
#footer li a:hover {
	color: #bdbebd;
}
