
/* credits: */
/* basic css by dive__ 2009 */ 
/* one column centered fixed with - credit to http://www.webmasterworld.com/html/3004170.htm */
/* JW FLV Media Player v.4+ http://home5.inet.tele.dk/nyboe/flash/mediaplayer4/JW_API_xmpl_6-2-0-0.html */

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial;
	font-size: 14px;
  color: white;
  background-color: black;
  font: Verdana, Arial, Helvetica, sans-serif;
}

#container {
  margin: 0 auto;
  width: 803px;
  border: 0px solid #333333;
}

#container ul {
	list-style: none;
}

#container ul li {
	display: inline;	
}

#wrapper {
  padding-top: 120px;
  padding-bottom: 150px;
}

#overlay { 
	position:absolute; 
	top: 80px; 
	left: 50%;
  margin-left: -400px;
  z-index:2; 
  cursor:pointer; 
  cursor:hand; }

.overlaymask { padding: 0px; margin:0px; border:0px;}

#footer, #footer a {
 text-align: right;
	color: #0033FF; 
	font-size: 12px;
}

a {
    outline: none;
}