#container {
	width: 800px;
	padding: 20px;
	border-left: solid #999 1px;
	border-right: solid #999 1px;
	overflow: hidden;
	margin: 0 auto;
	height: 1000px;
	background-color: #000;
}
#header {
	float: left;
	height: 39px;
	width: 800px;
	margin-left: 14px;
	margin-top: 20px;
}
#navigation {
	float: left;
	height: 25px;
	width: 800px;
	margin-left: 16px;
	margin-top: 12px;
	margin-bottom: 10px;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-right: 16px;
}
.pipe {
	margin-right: 16px;
}
#navigation a:hover {
	color: #999;
}
#content {
	float: left;
	width: 800px;
}
#footer {
	float: left;
	height: 15px;
	width: 800px;
}
body {
	color: #FFF;
	background-color: #1b1b1b;
	margin: 0;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #141414;
	text-align: center;
}
#sv-box {
	width: 80px;
	height: 10px;
	z-index: 1;
	position: relative;
	left: 697px;
	top: 683px;
	margin: 0;
	padding: 0;
	background-color: #000;
}
#header a img {
	border-style: none;
}

