body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#333333;
	text-align:center;
	font-family:georgia;
}

#fade_images{
	position:absolute;
	left:0px;
	z-index:20000;
}

#fade_images div{
  max-width:100%;
  width:100%;
}


#fade_images div img{
  height:100%!important;
  width:100%;
}

#fade_images_holder{
	margin:0 auto;
	width:500px;
	height:500px;
	overflow:hidden;
	position:relative;
	background-image:url('/intro_images/logo.png?t=1');
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	display:none;
	cursor:pointer;
  margin-top:5%;
}

#hidden_text{
	margin:0 auto;
	width:500px;
	height:200px;
	overflow:hidden;
	position:relative;
	text-align:center;
	display:none;
	color:#666666;
	margin-top:-190px;
	font-size:12px;

}

#loading_line {
	width:80%;
	position:absolute;
	top:35%;
	left:10%;
	z-index:30000;
}

#footer {
	position:absolute;
	text-align:center;
	bottom:0px;
	margin-bottom:20px;
	z-index:140000;
  width:70%;
  margin-left:15%;
}

div.fadenav { position: absolute; top: 10px; right: 5px; }
div.fadenav a { display: block; background: #ccc; width: 6px; height: 6px; margin: 0 0 0 5px; float: left; overflow: hidden; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #000; }
div.fadenav a:hover { text-decoration: none; }
div.fadenav a.current { background: white; }
