html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image:url('http://www.bloodlinegames.com/grafik/fill.jpg');
 background-repeat: repeat-x
 height:1200px;
 background-color:#000000;
}

h1 {
font-size:22px; 
font-family:georgia;
color:red;
text-decoration:none;


}


h2 {
font-size:18px; 
font-family:georgia;
color:#c0c0c0;
text-decoration:none;


}


a.link{
border:none;
color:red;
}

a.active{
outline:none;
color:red;
}

a {
outline:none;
color:white;
}

a:visited {
outline:none;
color:white;
}

a:hover {
outline:none;

color:white;
}


p{
	color:#C0C0C0;
} 
#pagewidth{ 
 width:1024px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
}

#main{
background-image:url(http://www.bloodlinegames.com/grafik/Bloodline_background.jpg);
ALLOWTRANSPARENCY="true";

}

#leftcol{
 width:138px;
 height:1200px; 
 float:left; 
 position:relative; 
 background:url(http://www.bloodlinegames.com/grafik/Left_Boarder.jpg);
  }
 
  
#twocols{
 width:886px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:138px;
 height:1200px;
 float:right; 
 
 position:relative;
 background:url(http://www.bloodlinegames.com/grafik/Right_Boarder.jpg); 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 height:1200px;
 width:748px;
 background-image:url(http://www.bloodlinegames.com/Images/Bloodline_background.jpg);  
 }

#lefttopper{
 height:66px;
}

#topspacer{
	height:100px;
}

#leftspacer{
	left:30;
	width:20px;
}

#textspace{
	width:718px;
	float:right;
	font-size:14px; 
	font-family:georgia;

	
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
