
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #ff7b75; 
	font-size: 15px;
	line-height: 18px;
  letter-spacing:2px;
  overflow: auto;
  font-family: Tahoma;
  cursor: default;
background-color: #241a13;
}
  
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
  border: 3px double #000;
 }
  ::-moz-selection { /* Code for Firefox */
  color: #000;
  background: #241a13;
}

::selection {
  color: #000;
  background: #241a13;
}
/***For Other Browsers ***/
::-o-selection {
    background-color: #241a13;
    color: #000;
}

::-ms-selection {
    background-color: #241a13;
    color: #000;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: #241a13;
    color: #000;
}
  
#content {
	width: 1980px;
	position: fixed;
	top: 0px;
  bottom: 0px;
	min-height: 1280px;
	background-image: url("alucardlayout1.png");
  background-repeat: no-repeat;
	float: left ;	
  overflow: hidden;
 }

#side {
	margin-top: 80px;
  margin-left: -700px;
	width: 300px; 
	position: absolute;
  overflow: none;
	}
  
a {
	text-decoration:none;
	color: #997860;  
  cursor: default;
  font-size:11px;
  font-weight:bold;
  line-height: 14px;
  padding:0px;
font-family: 'Courier';
  text-transform: none;
  letter-spacing:2px;
  opacity: 100%;
	} 

a:hover {
	text-decoration:none;
	color: #531015;  
  cursor: default;
  font-size:15px;
  font-weight:bold;
  font-style: italic;
  line-height: 14px;
  padding:0px;
font-family: tahoma;
  text-transform: none;
  letter-spacing:2px;
  opacity: 100%;
}
  
h1 {
  font-family: 'Courier';
  letter-spacing: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: none;
  text-align: left;
  line-height: 30px;
  text-transform: uppercase;
  border-bottom:1px solid #000;
  border-left:9px solid #000;
background-color: #4B1F1F;
	}    
  
a.navigation:link, a.nav:visited, a.nav:active {
	color : #61351e;  
	letter-spacing: 1px;
	display : block; 
  	height:14px;
    text-transform: uppercase;  
    font-style: none;
  	font-size:10px;
    line-height:16px;
  	width: 150px;
    text-align: center;
background-color: #16100c;
font-family: 'Tahoma';
padding:3px;        
}

a.navigation:hover {
	color : #531015;  
	letter-spacing: 1px;
	display : block; 
  	height:14px;
    text-transform: uppercase;  
    font-style: none;
  	font-size:10px;
    line-height:16px;
  	width: 150px;
    text-align: center;
font-family: 'Tahoma';
padding:3px;  
  opacity: 70%;
}
  header {
  font-family: 'Baskerville';
  letter-spacing: 2px;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom:2px solid #000;
  border-top:2px solid #000;
  text-shadow: 1px 0px 3px #fff;
margin-bottom:4px;
    background-color: #241a13;
opacity: 1;
background-size: 14px 14px;
background-image: repeating-linear-gradient(45deg, #2f2219 0, #2f2219 1.4000000000000001px, #241a13 0, #241a13 50%);
  }

b,strong {
          color: #fff;
font-family: 'Baskerville';
	font-size: 11px;
  letter-spacing:0px;
	font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000;
	}

i, em	{ 
	color: #000;   
  font-family: 'Baskerville';
	font-size: 14px;
  font-weight: bold;
  letter-spacing:1px;
	}

u 	{
	color: #bc9e89;
font-family: 'Tahoma';
	font-size: 11px;
  font-style: italic;
  letter-spacing:1px;
	border-bottom:1px dotted #fff;
	} 
  
  textarea {
    border:1px solid #fff;
    background-color: #241a13;
opacity: 1;
background-size: 14px 14px;
background-image: repeating-linear-gradient(45deg, #2f2219 0, #2f2219 1.4000000000000001px, #241a13 0, #241a13 50%);
    font-family: 'Courier';
    font-size: 10px;
    color: #fff;
  }
 .column {
  float: left;
  width: 45%;
  padding: 16px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
.ImageBorder
{
    border:3px double #000;
  padding: 2px;
}
  
iframe {
	width: 410px;
	position: fixed;
	top: 0px;
  bottom: 0px;
	min-height: 1280px;
	background-image: url("https://file.garden/aFwglnzhSyC2gexg/nierlayout2.jpg");
  background-repeat: no-repeat;
	float: left ;	
  overflow: hidden;
  padding: 2px;
}