/* CSS Document */


	
	body {
		text-align:center;
		background:#000;
		color:#EE693E;
		}

	a:link {
		color: #000000;
		text-decoration: none;
			}
	a:visited {
		text-decoration: none;
		color: #666666;
		}
	a:hover {
		text-decoration: none;
		color: #666666;
		}
	a:active {
		text-decoration: none;
		color: #FF6600;
		}
	#frame {
		width:640px;
		text-align:left;
		z-index:5;
		}
		
	#contentleft {
		width:250px;
		padding:0px;
		float:left;
		background:#EE693E;
		border-left:thin solid #fff;
		border-bottom:thin solid #fff;
		color:#000;
		}
	
	#contentcenter {
		width:386px;
		padding:0px;
		float:left;
		background:#000000;
		border-bottom:thin solid #fff;
		border-right:thin solid #fff;
		}
	
	
	#contentheader {
		background:#000;
		z-index:6;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}

	#contentcomic{
		width:640;
		border:thin solid #FFF;
		}
	
	#contentright p { font-size:10px}

	#contentfloat{
		float:left;
		background:#EE693E;
		position:relative;
		color:#000;
		border-left:thin solid #fff;
		border-right:thin solid #fff;
		}
				
	#bgdiv1{
		background-image:url(images/bgtop.jpg);
		background-repeat:no-repeat;
		background-attachment:fixed;
		position:absolute;
		left:0px;
		top:0px;
		width:300px;
		height:400px;
		z-index:-5;
		}
	#bgdiv2{background-image:url(images/bgtop2.jpg);
		background-repeat:no-repeat;
		background-attachment:fixed;
		position:absolute;
		top:10px;
		right:0px;
		width:200px;
		height:200px;
		z-index:-4;
		}
	#bgdiv3{
		background-image:url(images/bgbottomright.jpg);
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:bottom;
		position:absolute;
		top: 600px;
		left:0px;
		width:200px;
		height:500px;
		z-index:-6;
		}
	#bgdiv4{
		background-image:url(images/bgbottomleft.jpg);
		background-repeat:no-repeat;
		background-attachment:fixed;
		position:absolute;
		Top:600px;
		right:0px;
		width:266px;
		height:429px;
		z-index:-7;
		}