@charset "utf-8";
body {
	height: 100%;
	width: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#DivAll {
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
	background-color: #000000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#DivAll img {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#DivFooter {
	position: absolute;
	height: 6%;
	width: 15%;
	left: 10%;
	top: 81%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1ex;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 60;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	visibility: visible;
}
#DivFooter p {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-weight: bold;
}
#DivNav ul #now ul li {
	color: #09F;
	list-style-type: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#DivNav ul #now ul {
	margin: 0px;
	padding: 0px;
	width: 17%;
	float: right;
	visibility: hidden;
}
#DivNav:hover ul #now ul {
	margin: 0px;
	padding: 0px;
	width: 17%;
	visibility: visible;
	position: absolute;
	left: 15%;
	top: 26%;
	color: #09C;
}
#DivNav:hover ul #now ul li a {
	color: #999;
	list-style-type: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#DivNav:hover ul #now ul li a:hover {
	color: #666;
	list-style-type: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
