body {
	text-align: center;
	background: #fff; }

#frame {
	width: 983px;
	margin: 0 auto 10px auto;
	text-align: left; }

#header {
	height: 87px;
	position: relative;
	background: #fff url(../images/logo.jpg) no-repeat; }
  #header h1 {
  	display: none; }

#splash {
	height: 356px;
	position: relative;
	background: #fff url(../images/download_now_splash.jpg) no-repeat; 
	border-bottom: 1px solid #E0E0E0; }
	#splash a {
  	position: absolute;
	  display: block;
	  height: 35px; 
	  width: 125px; }
    #splash a.preview {
    	top: 69px;
    	left: 34px; }
    #splash a.learn {
    	top: 275px;
    	left: 230px;}
  #splash p.text {
  	position: absolute;
  	top: 160px;
  	left: 240px;
  	width: 170px;
  	font-size: 1.2em;
  	color: #333333; }
    #splash p.text strong {
    	font-size: 1.1em;
    	color: #C60A07;
    	font-weight: bold; }
  #splash p.notes {
  	position: absolute;
  	top: 330px;
  	left: 48px;
  	font-size: 0.9em;
  	color: #464749; }
    #splash p.notes strong {
    	font-size: 1.1em;
    	color: #C60A07;
    	font-weight: bold; }

#footer {			
	padding: 21px 36px; }
  #footer p {
  	font-size: 1.0em;
  	text-align: center;
  	color: #666;
  	margin-bottom: 1.5em; }
    #footer p strong {
    	color: #000;
    	font-weight: bold; }
    #footer p a {
    	color: #0A4D94;
    	text-decoration: none; }