/* commented backslash mac hack \*/ 
html, body{height:100%;} 
/* end mac hack */ 
html,body {
  margin:0;
  padding:0;
  background-color: #000000;
  font-family: verdana, arial, helvetica;
  font-size: 8pt;
  color: #808080;
  text-align:left;/* for ie5*/
  SCROLLBAR-BASE-COLOR: #333333;
  SCROLLBAR-ARROW-COLOR: #000000;
}

a:link { font: 8pt Verdana; color: #808080; font-weight: bold; text-decoration: underline; }
a:visited { font: 8pt Verdana; color: #808080; font-weight: bold; text-decoration: underline; }
a:active {font: 8pt Verdana; color: #808080; font-weight: bold; text-decoration: underline; }
a:hover { font: 8pt Verdana; color: #808080; font-weight: bold; text-decoration: underline; color: #333333; }

#container {
 width:800px;
 height:100%;
 min-height:100%;
 position:relative; 
 margin-bottom:-80px;
 border-top: 1px solid #000000;
}
html>body #container {height:auto}

#splash {
	margin-top: 150px;
	text-align: center;
 }

/*left*/
#left {
 margin-top: 40px;
 margin-left: 20px;
 }

/*Full Image*/
#right {
 float:right;
 width:500px;
 margin-top: 40px;
 margin-right: 6px;
 position:relative;
 text-align:center;
}
* html #right {margin-right:1px}