@charset "iso-8859-1";

/* CSS Document */

      <style type="text/css">

	@import "all.css"; /* humzfeare zombies never give an f-sheet */
		body {
                 background: #090035
		margin:3px 3px 3px 3px 3px;
		}

	#leftcontent {
		position: absolute;
                              width:20%;
		left:20%;
		top:240px;
                              background:url(bgh.jpg) repeat;
                            	}	                        

              #centercontent {
		position: absolute;
		left:40%;
		width:20%;
		top:240px;
		background:url(bg.jpg) repeat;
		}
	
	#rightcontent {
		position: absolute;
		left:60%;
		width:20%;
		top:240px;
		background:url(bg.jpg) repeat;
		}
	
	#rightcontent,  #centercontent,  #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>



