html, body {
	background-color: #000000;
	font-family:  Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
}

p {
	font-size: 11px;
	color: #333333;
}



#container {
	width:1024px;
	height:748px;
	margin:0 auto;
	overflow: auto;
	background-image:url(img/background.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#container h1 { 
	position: absolute;
	top:22px;
	left:340px;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
}

#container #content {
	position: absolute;
	top:72px;
	left:342px;
	width:657px;
	height:605px;
	overflow: auto;
	padding:10px;
}

#container #content h2 {
	font-size:18px;
}

#container #content #download {
	font-size:11px;
	float:right;
	width:300px;
	height:100px;
	margin-top:-15px;
	padding-left:10px;
	line-height:2em;
}

#footer {
	width:1024px;
	height:20px;
	margin:0 auto;
	font-size:9px;
	color: #999999;
}

  #outer { position: relative; width:650px; height:275px; overflow:hidden; margin-top:10px; }
  #inner { margin-top:-84px; margin-left:-270px; }
  #iframe { width:900px; height:800px; }

  h3 { color: Orange; font-size:13px; }

.terms_links { font-size:11px; color: #999999; }