body {
  font-family: sans-serif;
  background: black;
  margin: 0;
  text-align: center;
}

img {
	border: none;
}

a:link, a:visited {
	border: 0px;
	text-decoration: none;
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

a.social_links:link, a.social_links.:visited {
	text-decoration: none;
	font-size: 1em;
	color: white;
	font-weight: normal
}

#whole_page {
  width: 1150px;
  margin: auto;
  background: url(img/bg/main_stage_bg.png) black repeat-y;
  text-align: center;
}

#header {
  background: url(img/bg/top_header_bg.png) no-repeat;
  margin-top: 0px;
  width: 1100px;
  height: 619px;
  text-align: center;
}

#nav {
  background: url(img/header_nav.png) no-repeat;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  width: 867px;
  height: 178px;
  margin-left: 124px;
}

#content {
  padding: 1em;
  color: white;
  background: black;
  opacity: .50;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;  
  font-size: 0.8em;
  height: 850px; 
  vertical-align: top; 
  width: 830px; 
  margin-left: 130px; 
  margin-top: -420px;
}

span.copy {
  padding: 1em;
}

#footer {
  background: #202020;
  padding: 1em;
  text-align: right;
  font-size: 0.6em;
  margin-bottom: 20px;
}

#footer a, #footer a:visited {
  color: #333;
}


#content h1 {
  font-size: 18pt;
}

#blanket {
   background-color: #111;
   opacity: 0.65;
   filter: alpha(opacity=65);
   position: absolute;
   z-index: 9001;
   top: 0px;
   left: 0px;
   width: 100%;
}

#popUpDiv {
   position: absolute;
   background-color: #eeeeee;
   width: 300px;
   height: 300px;
   z-index: 9002;
}

