body {
	background: #000;
	font-family: verdana, arial, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	}

#wrapper {
	background: #000 url() repeat-y top left;
	position: absolute;
	top: 80px;
	left: 0;
	width: 1000px;
	}

#header {
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	width: 1000px;
	z-index: 5;
	background-color: #ddd;
	border-bottom: 1px solid gray;
	padding: 5 px;
	color: #333;
	font-weight: bold;
	font-size: xx-large;
	text-align: right;
	padding: 2px;
	}

#nav {
	position: fixed;
	top: 60px;
	left: 0;
	height: 20px;
	width: 1000px;
	z-index: 5;
	background-color: #333333;
	border-bottom: 1px solid gray;
	border-bottom-style: dashed;
	color: #fff;
	padding: 2px;
	}

#img {
	background: #000 url(textbg.gif);
	position: fixed;
	left: 704px;
	top: 60px;
	overflow: hidden;
	width: 300px;
	height: 1000px;
	color: #fff;
	z-index: 0;
	}

#content {
	float: left;
	color: #fff;
	width: 700px;
	}

#spacer {
	position: fixed;
	bottom: 60px;
	left: 0;
	height: 20px;
	width: 1000px;
	z-index: 5;
	background-color: #333333;
	border-top: 1px solid gray;
	border-top-style: dashed;
	color: #fff;
	padding: 2px;
	}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 1000px;
	z-index: 5;
	padding: 5 px;
	background-color: #ddd;
	border-top: 1px solid gray;
	padding: 2px;
	}

.clear {
	clear: both;
	}