/* CSS Document */

/* MAIN */

html {
  height:100.1%;
  overflow-y:scroll;
}
body {
	background:#000;
	position:relative;
	margin:0px;
	padding:0px;
	font-size:0.9em;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
}

#loading {
	position:fixed;
	bottom:0px;
	right:0px;
	width:450px;
	height:66px;
	visibility:visible;
	z-index:30;
	background:url(../graphics/loading_bg.gif) no-repeat;
}

/*#bg1 {
	visibility:visible;
	z-index:1;
}
*/
#bg1,
#bg2,
#bg3,
#bg4,
#bg5,
#bg6,
#bg7,
#bg8,
#bg9 {
	visibility:hidden;
	z-index:1;
}
.bgpic {
	position:fixed;
	bottom:0px;
	right:0px;
	width:100%;
	height:auto;
}

#off {
	position:fixed;
	top:50px;
	left:0px;
	width:30px;
	height:30px;
	visibility:visible;
	z-index:30;
}
#on {
	position:fixed;
	top:50px;
	left:0px;
	width:30px;
	height:30px;
	visibility:hidden;
	z-index:30;
}

	
a:link {
	color: #f0ff00; text-decoration:none;
}
a:visited {
	color: #f0ff00; text-decoration:none;
}
a:hover {
	color: #fff; text-decoration:underline;
}

img {
	border:none;
}

#main {
	position:relative;
	width:802px;
	padding:0px;
	margin:50px auto 0 auto;
	z-index:10;
	visibility:hidden;
}
	#left {
		position:relative;
		float:left;
		width:160px;
		margin:0px;
		padding:0 5px 0 0;
	}
		#logo {
			position:relative;
			width:160px;
			height:160px;
			margin:0px;
			padding:0 0 5px 0;
			background:url(../graphics/logo_va18.png) no-repeat transparent;
			visibility:visible;
	}
	#content-frame {
		background:url(../graphics/bg_content.png) repeat;
		border:1px solid #fff;
		float:left;
		width:635px;
		height:auto;
		min-height:395px;
		padding:0px;
	}
	#footer {
		background:url(../graphics/bg_content.png) repeat;
		border:1px solid #fff;
		font-weight:800;
		color:#fff;
		float:left;
		width:800px;
		height:50px;
		padding:30px 0 0 0;
		margin:5px 0 0 0;
		text-align:center;
	}
	#spacer {
		float:left;
		width:802px;
		height:50px;
		padding:0px;
		margin:0px;
	}


/* SEARCH */

#search {
	width:800px;
	height:5px;
	clip:rect(0px 800px 5px 0px);
	overflow:hidden;
	visibility:hidden;
}
