html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	-webkit-text-size-adjust:none;
	color: #ddd;
	font-weight: normal;
	background-color: black;
	}

div#distance { 
	margin-bottom: -250px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}

div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 500px;         /* required - desired height */
	width: 500px;          /* required - desired width */
	background: black;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */


}


 td 
	{
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #ddd;
	font-weight: normal;
	

	}

a
	{
	outline: none;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #B72323;
	text-decoration: none;
	font-weight: bold;
	}
a:hover 
	{
	color: #fff;
	text-decoration: none;
	}


#castlist_scroll_wrapper, #synopsis_scroll_wrapper, #contact_scroll_wrapper	{
	background: url('blastbg.jpg') no-repeat top left;		
	}


b {
	color: #B72323;
	}

.red {
	color: #B72323;
	}

div#navi {
	position:absolute;
	top:480;
	left:150; 
	z-index:100;
}

div#bottom_nav {
	margin: 0 auto; 
	text-align: center;
	top:480; 
	padding-top: 4px;
}

div#navi a, div#bottom_nav a {
	color: #B72323;
	font-weight: bold;
	text-decoration: none;
}

div#navi a:hover, div#bottom_nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#newlayer b {
	color: black;
}






