			body {
				background: url(pictures/background.jpg);
			}

			div {
				position: absolute;
				font: 8pt/10pt Verdana;
				color: #000;
			}

			a {
				font-weight: bold;
				text-decoration: none;
				color: #024;
			}

			a:hover{
				color: #06c;
			}

			#logo {
				left: 15px;
				top: 15px;
				width: 150px;
				height: 50px;
				background: url(pictures/header.jpg);
			}

			#header {
				left: 165px;
				top: 15px;
				right: 15px;
				height: 50px;
				background: url(pictures/header.jpg);
			}

			#header h1 {
				font: bold 24pt/30pt Verdana;
				margin: 10px;
				text-align: right;
			}

			#navigation {
				left: 14px;
				top: 66px;
				width: 150px;
				bottom: 175px;
				background: url(pictures/content.jpg);
				border: 1pt solid #046;
			}

			#thoughts {
				left: 15px;
				height: 139px;
				width: 150px;
				bottom: 35px;
				background: url(pictures/thoughts.jpg);
				border: 1pt solid 046;
			}

			#navigation a {
				margin: 0 10px;
				display: block;
			}

			#quote {
				left: 166px;
				height: 70px;
				right: 14px;
				bottom: 34px;
				background: url(pictures/content.jpg);
				border: 1pt solid #046;
				overflow: auto;
			}

			#content {
				left: 166px;
				top: 66px;
				right: 14px;
				bottom: 106px;
				background: url(pictures/content.jpg);
				border: 1pt solid #046;
				overflow: auto;
			}

			#content p {
				margin: 10px;
			}

			#sig {
				left: 15px;
				bottom: 15px;
				right: 15px;
				height: 20px;
			}