			body {
				background: #000;
			}

			div {
				position: absolute;
				font: 8pt/10pt Verdana;
				color: #ffd;
			}

			a {
				font-weight: bold;
				text-decoration: none;
				color: #bac;
			}

			a:hover{
				color: #ffd;
			}

			#header h1 {
				font: bold 24pt/30pt Verdana;
				margin: 10px;
				text-align: right;
			}

			#content {
				left: 15px;
				top: 15%;
				right: 15px;
				height: 400px;
				background: #000;
			}

			#content p {
				margin: 10px;
			}

			#navigation {
				left: 5%;
				top: 324px;
				width: 156px;
				height: 100px;
				background: #000;
			}

			#navigation a {
				margin: 0 10px;
				display: block;
			}

			#navigation2 {
				right: 5%;
				top: 324px;
				width: 156px;
				height: 100px;
				background: #000;
			}

			#navigation2 a {
				margin: 0 10px;
				display: block;
			}

			#sig {
				left: 10%;
				top: 430px;
				width: 80%;
				height: 80px;
			}