/*
Website Name
Created by Kevin
02-11-10

Colors:
Black: 222
White: fff

*/

@charset "UTF-8";
@import url(clear.css);
@import url(general.css);

/*Site Body*/
body{
	background:#000;
	font-family:Verdana, Arial, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color:#fff;
}
p{
	color:#fff;
}

li{
	color:#fff;
}

.textYellow{
	color:#FF0;
}
a, a:link, a:visited{
	color:#ff0;
}


#content{
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:940px;
	}
	
/*header*/
#header{
	overflow:hidden;
	position:relative;
	}
	#logo{
		left:0;
		position:relative;
		top:0;
	}
	#top_photo{
		overflow:hidden;
		position:relative;
		width:940px;
		}
		#top_bolt{
			background:url(../../image/common/top_bolt.png) no-repeat;
			height:189px;
			left:0;
			position:absolute;
			top:0;
			width:940px;
			z-index:1000;
			}
		#bottom_bolt{
			background:url(../../image/common/bottom_bolt.png) no-repeat;
			bottom:0;
			height:228px;
			left:0;
			position:absolute;
			width:940px;
			z-index:1000;
			}
			#image_rotate{
				position:relative;
				z-index:100;
			}
	
/*navigation*/
#nav-container{
		left:480px;
					position:absolute;
		top:220px;
		z-index:2000;
			}
		#nav-container ul li{
			display:block;
			float:left;
			padding:0 10px;
		}
		#nav-container a{
			color:#fff;
			font-weight:bold;
		}
		#nav-container a:hover{
			color:#ff0;
			text-decoration:underline;
		}
		


/*story*/
#story{
	overflow:hidden;
	position:relative;
	z-index:2000;
	}
	
/*footer*/
#footer{
	clear:both;
	text-align:center;
	}



