body {
	background-color: #000000;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;	
}
 a:hover {
	background-color: #999999;
	
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.small a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;	
}
.small a:hover {
	background-color: #999999;	
	
}
#content {
	width: 800px;
	height: 740px;
	color:#CCCCCC;
	text-align: center;
	margin: 0 auto;
	
	}
#flashcontent {
	width: 800px;
	height: 740px;
	color:#CCCCCC;
	text-align: center;
	margin: 0 auto;
	position: relative; /* establish relationship with child elements */

	
	}
	#ookbiju {
	position: absolute; /* this element will automatically appear overtop of the wmode=opaque SWF without needing z-index */
	top: 25px;
	right: 0;
	z-index:10000000;
}

#ookbiju a img {border:none}
#ookbiju a  {text-decoration:none;}
#ookbiju a:hover  {text-decoration:none;background-color: #000;}

.overlay {
	
	padding: 0px;
}


#footer 
	{
	
margin: 0 auto;
	width: 800px;
  height: 25px;
	display: block;

	}

#left {
	width: 350px;
	height: 25px;
	text-align: left;
	float: left;
}
#right {
width: 350px;
	height: 25px;
float: right;
	text-align: right;
}

