@charset "iso-8859-1";

/* CSS Document */

      <style type="text/css">

	@import "all.css"; /* humzfeare zombies never give an f-sheet */
		body {
                 background: black
		margin:3px 3px 3px 3px 3px;
		}

	#leftcontent {
		position: absolute;
                              width:20%;
		left:10%;
		top:180px;
                              background:black;
                            	}
	
             #centerleftcontent {
		position: absolute;
                              width:20%;
		left:30%;
		top:180px;
                              background:black;
                            	}

               #centercontent {
		position: absolute;
		left:50%;
		width:20%;
		top:180px;
		background:black;
		}
	
	#rightcontent {
		position: absolute;
		left:70%;
		width:20%;
		top:180px;
		background:black;
		}
	
	#rightcontent,  #centercontent,  #centerleftcontent, #leftcontent {
		border:0px solid #000;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	{ font-size:10px}
</style>


