html{height: 100%;}
*{margin: 0px; padding: 0px;}
			h1{ font-weight: normal; font-size: 14px; border-bottom: 1px solid #221100;color: #664422; }
			body{ background: #050500 url('images/bg.png') repeat-x fixed; background-position: 0px 0px; color: #886644; text-align: center; height: 100%; font-family: verdana;  }
			.header{ position: absolute; top: 0px; z-index: -1; width: 100%; height: 34px; background: #171000; }
			.wrapper{margin: auto; min-width: 800px; width: 800px; text-align: left; border: 0px; min-height: 100%; height: 100%;}
			.content { background: url('images/alpha.png'); border: 1px dotted #654400; padding: 10px; top: 64px; margin-top: 40px; font-size: 10px; text-align: justify; width: 564px; z-index: -5; float: right; overflow: visible;}
			.footer{float: bottom; min-height: 55%; max-height: 100%; width: 180px; }
			.column{ top: 0px; float: left; background: black; min-height: 100%; height: 100%; z-index: 2; margin: 0px; padding: 0px; width: 204px; overflow: hidden;  }
		a{ color: #663300;}
		a:hover{ color: #aa7700;}
		a:visited{ color: #322000; }
		a:visited:hover{ color: #aa7700; }
		hr{background: gray; height: 1px; margin: 0px; padding: 0px; border: 0px;}
h2,h3{color: #442200;}