/* CSS Document */
body { 
	background-color:#000000;
	font-family:"trebuchet ms";
 	margin:10px 0px 0px 0px;
 	padding:0px;
	height:100%;
	text-align:center;
	}

a:link { 
	text-decoration: none; 
	color: #999999;
	}
a:visited { 
	text-decoration: none; 
	color: #999999;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #CCCCCC;
	}
	
.pagetitle{
	font-family:garamond;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-size:25px;
	font-weight:bold;
}
.characternames{
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.copyright{
	color:#666666;
	text-decoration:none;
	font-size:9px;
}
/*div*/
#maincontainer{
text-align:left;
width:648px;
height:100%;


}
#header{
position:relative;
	height:78px;
	background-image:url(images/index_01.jpg);	
	}
#menu{
text-align:center;
	position:relative;
	vertical-align:text-bottom;
	height:23px;	
	font-size:11px;
	font-weight:bold;
	color:#999999;
	background-image:url(images/index_02.jpg);
	}
#imageholder{
position:relative;
	height:214px;
	background-image:url(images/index_03.jpg);
}
#flashholder{
position:relative;
	width:648px;
	height:450px;
	background-image:url(images/index_04.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#container{
	position:relative;
	margin:0px auto;
	width:648px;
	background-image:url(images/index_04.jpg);
	background-repeat:repeat-y;
	background-position:center;

}
#contents{
	position:relative;
	width:648px;
	background-image:url(images/index_06.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #212121;

}

#home{
position:relative;
left:30px;
	width:600px;
	height:650px;
	color:#CCCCCC;
	font-size:11px;
	font-weight:normal;

}
#synopsis{
position:relative;
left:30px;
	width:600px;
	height:500px;
	color:#CCCCCC;
	font-size:11px;
	font-weight:normal;

}
#characters{
position:relative;
left:30px;
	width:600px;
	color:#CCCCCC;
	font-size:11px;
	font-weight:normal;

}
#biographies{
position:relative;
left:10px;
	width:600px;
	color:#CCCCCC;
	font-size:11px;
	font-weight:normal;

}
#audition{
	position:relative;
	width:600px;
	color:#CCCCCC;
	font-size:11px;
	font-weight:normal;
	left: 30px;
	height: 350px;

}
#contact{
text-align:center;
position:relative;
left:30px;
width:600px;
height:150px;
color:#CCCCCC;
font-size:12px;
	font-weight:normal;

}


#footer{
position:relative;
text-align:center;
top:15px;
	font-size:10px;
	font-weight:normal;
	color:#CCCCCC;
	height:150px;
background-color:#000000;
	}
