@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #000000;
}

a:link{color: #cc9966;
		text-decoration: none;}
a:visited{color: #990033;
		text-decoration: underline;}
a:hover{color: #ffffff;
		text-decoration: none;}
a:active{color: #006633;
		text-decoration: none;}


#main {position: absolute;
  margin: 0 auto;
  width: 1000px;
  height: 1000px;
  top: 0px;
  left: 50%;
  margin-left: -500px;
  text-align: left;
  }

#container {position: absolute;
  width: 1000px;
  height: 700px;
  top: 0px;
  z-index: 10;
  }
  
#copyright {position: absolute;
	width: 1000px;
	height: 50px;
	top: 700px;
	font-family: Helvetica;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #990033;}
	
#hidden {position: absolute;
	width: 1000px;
	height: 50px;
	top: 720px;
	font-family: Helvetica;
	font-size: 10px;
	text-align: center;
	color: #000000;}
	
.divider {color: #006633;}


