@charset "iso-8859-1";

/* CSS Document */

      <style type="text/css">

	@import "all.css"; /* human anatomy = intelligent design by hummsphere zombies */
		body {
                 background: #7a7a7a;
		margin:0px 0px 0px 0px 0px;
		}

	#leftcontent {
		position: absolute;
                              top:20px;
                              width:300px;
		left:50px;
                              height: 640px;
	               background: url(left.jpg) center no-repeat;
                            	}
	
               #centercontent {
		position: absolute;
                              top:15px;
		left:350px;
		width:350px;
                              height: 640px;
		background: url(pbg.jpg) center no-repeat;
		}
	
	#rightcontent {
		position: absolute;
                              top:20px;
		left:700px;
		width:300px;
                              height: 640px;
	               background: url(right.jpg) center no-repeat;;
		}
	
	#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>


