			body {
				background: #000;
			}

			div {
				position: absolute;
				font: 8pt/10pt Verdana;
				color: #80f;
			}

			a {
				font-weight: bold;
				text-decoration: none;
				color: #80f;
			}

			a:hover{
				color: #f00;
			}

			#logo {
				right: 12px;
				top: 25px;
				width: 100px;
				height: 100px;
				background: url(logo2.jpg);
			}

			#header {
				left: 12px;
				top: 50px;
				right: 112px;
				height: 55px;
				background: url(header.jpg);
				border: dotted 1px #80f;
			}

			#header h1 {
				font: bold 24pt/30pt Verdana;
				margin: 10px;
				text-align: right;
			}

			#navigation {
				left: 12px;
				top: 124px;
				width: 136px;
				height: 310px;
				background: url(navigation.jpg);
				border: dotted 1px #80f;
			}

			#thoughts {
				left: 12px;
				top: 454px;
				width: 136px;
				bottom: 25px;
				background: url(thoughts.jpg);
				border: dotted 1px #80f;
			}

			#navigation a {
				margin: 0 10px;
				display: block;
			}

			#content {
				left: 174px;
				top: 124px;
				right: 12px;
				bottom: 25px;
				background: url(content.jpg);
				overflow: auto;
				border: dotted 1px #80f;
			}

			#content p {
				margin: 10px;
			}

			#sig {
				left: 12px;
				height: 25px;
				right: 12px;
				bottom: 0px;
			}
