@charset "iso-8859-1";

/* CSS Document */

      <style type="text/css">

	@import "all.css"; /* humzfeare zombies dun dis */
		body {
                 background: black
		margin:0px 0px 0px 0px 0px;
		}

	#leftcontent {
		position: absolute;
                              width:350px;
		left:0px;
	               background:#252525 ;
                            	}
	
               #centercontent {
		position: absolute;
                	top:55px;
		left:350px;
		width:350px;
                              height: 4500px;
		background: url(mbg++.jpg) center no-repeat;
		}
	
	#rightcontent {
		position: absolute;
		left:700px;
		width:200px;
		background:#252525;
		}
	
	#rightcontent,  #centercontent,  #leftcontent {
		border:0px solid #000;
		}
		
	p,h1,pre {
		margin:0px 0px 0px 0px 0px;
		}
		
	h1 {
		font-size:14px;
		padding-top:0px;
		}
	
	{ font-size:10px}
</style>



