body {
  font: Verdana, Geneva, sans-serif;
  background: #000000;
}

#flash {
	position:relative;
	top: 15%;
	left: 25%;
	width:640px;
	height:480px;
}

#a_wrapper {
  height: 24px;
  width: 100%;
  margin: 0; /* the outer containter (<span>, in this case) has no padding */
  padding: 0;
  text-align:center;
  position: absolute;
  top: 580px;
  Overflow: hidden; /* Won't get sloppy when user re-sizes browser window */
}


a:link {
  display: block; /* inline elements need to 'display:block' in order to keep WxH dims */
  font-size: 80%;
  font-family: Verdana, Geneva, sans-serif;
  font-weight:600;
  color: #666; 
  text-decoration: none; /* Don't forget to turn off the tacky link underline when creating a graphic anchor */
  padding-top: 6px; /* This is the only formatting required on the anchor to place content vertically */
  text-align: center; /* Only text formatting needed to place horizontally */
  overflow: hidden; 
  height: 16px; /* Must set height in integer units (not %) on inline displayed as block to control height */
  width: 100%; /* Must set width in integer units (not %) on inline displayed as block to control width */
}
a:active, a:hover { color: #F00;text-decoration: none; font-family: Verdana, Geneva, sans-serif;font-size: 80%;}
a:visited { color: #666; text-decoration: none; font-family: Verdana, Geneva, sans-serif;font-size: 80%;}

#link_to_site {
  height: 24px;
  width: 100%;
  margin: 0; /* the outer containter (<span>, in this case) has no padding */
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
  text-align:center;
  position: absolute;
  top: 610px;
  Overflow: hidden; /* Won't get sloppy when user re-sizes browser window */		
}

#link_to_site a:link {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 100%;
}

#footer {
  font-size: 70%;
  font-family: Verdana, Geneva, sans-serif;
  color: #666;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 700px;

}

