@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:200px;
		left:0px;	
                              background:#252525 ;
                            	}
	
               #centercontent {
		position: absolute;
                              top:55px;	
               	left:200px;
		width:350px;
                              height: 1100px;	
		background: url(mgbff.jpg) center no-repeat;
		}
	
	#rightcontent {
		position: absolute;
		left:550px;
		width:200px;
	top
		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>



