
body {
  background: url(hyper.jpg) rgb(32,32,150);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#header {
  position: relative;
  width: 830px;
  padding: 10px;
/*	opacity: .8;
	filter: alpha(opacity=80); */
	background: #eef;
	margin: 60px auto 0;
  height: 20px;	
}
#main {
  position: relative;
  width: 830px;
  padding: 10px;
/*	opacity: .8;
	filter: alpha(opacity=80); */
	background: #eef;
	margin: 15px auto;
	height: 150px;
}
.showDiv {
	opacity: .8;
	filter: alpha(opacity=80);
}
.hideDiv {
	opacity: 0;
	filter: alpha(opacity=0);
}
#header h1 {
  font-variant: small-caps;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 36px;
  position: relative;
  left: 10px;
  margin: 0 auto;
}
#main > img {
  position: absolute;
  left: 50px;
  top: 25px;
  height: 120px;
  width: 120px;
}
#vpb118 {
	width: 600px;
  height: 130px;
  position: absolute;
  left: 200px;
  top: 5px;
  text-align: center;
}
#vpb118 h2 {
  position: relative;
  top: 40px;
	margin: 0 auto;
  text-align: center;
}
#vpb118 a {
  padding: 3px;
  font-size: 28px;
	letter-spacing: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #0575e4;
}
 
#vpb118 a:hover {
  color: #e9db32;
}
#vpb118 p {
	position: relative;
  top: 50px; 
  margin: 0 auto;
	text-align: center;
}
.footer {
	position: relative;
  top: 130px;
  left: 90px;
  margin: 5px auto;
	font-size: 9px;
	width: 95%;
	text-align: center;
}
.footer p {
  margin: 5px auto;
	text-align: center;
}
