			body {
				background: #000;
			}

			div {
				position: absolute;
				font: 10pt/15pt Helvetica;
				color: #fff;
			}

			a {
				font-weight: bold;
				text-decoration: none;
				color: #f22;
			}

			a:hover{
				color: #fff;
			}

			#logo {
				left: 20px;
				top: 12px;
				width: 130px;
				height: 170px;
				background: url(horde3.gif);
			}

			#header {
				left: 156px;
				top: 45px;
				width: 500px;
				height: 100px;
				background: url(header.gif);
			}

			#header h1 {
				font: bold 24pt/30pt Helvetica;
				margin: 10px;
				color: #ff7;
			}

			#header h2 {
				font: bold 14pt/20pt Helvetica;
				margin: 10px;
				color: #fff;
			}

			#navigation {
				left: 12px;
				top: 144px;
				width: 140px;

			}

			#navigation a {
				margin: 0 10px;
				display: block;
			}

			#content {
				left: 158px;
				top: 144px;
				margin-right: 10px;
			}

			#content p {
				margin: 10px;
			}
