@charset "iso-8859-1";

/* CSS Document */

      <style type="text/css">

	@import "all.css"; /* human anatomy = intelligent design by hummsphere zombies */
		body {
                              background: url(u.jpg) center repeat;
		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:20px;
		left:350px;
		width:300px;
                              height: 640px;
		background: url(center.jpg) center no-repeat;

		}
	
	#rightcontent {
		position: absolute;
                              top:20px;
		left:650px;
		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>


