﻿html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:#000 url(images/usa_imagine_cup_landing.jpg) no-repeat center center;
	text-align:center;
	min-width:626px;
	min-height:400px;
	font-family: Arial, Verdana, helvetica;
    color: #fff;
}
#outer-wrapper{
	float:left;
	height:50%;
	margin-top:-217px;/* half vertical height*/
	width:100%;
}
#wrapper {
	width:694px;
	margin-left:auto;
	margin-right:auto;
	height:434px;
	clear:both;
}

#content 
{
    margin: 0 auto;
    position: relative;
    padding-top: 178px;
    width: 528px;
    text-align: center;
    padding-right: 20px;
}
#header
{
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}

#subheader
{
    font-weight: bold;
    font-size: 16px;
    color: #FF8001;
    text-align: right;
    padding-top: 2px;
}

#nav
{
    text-align: right;
    padding-top: 33px;
    font-size: 14px;
    font-weight: bold;
}

#nav a
{
    color:#fff;
    text-decoration: none;
    
}

#download
{
    text-align: right;
    color: #FF8001;
    font-size: 12px;
    padding-top: 2px;
}

#download a
{
   color:#FF8001;
   text-decoration: none;
}

#imaginecup
{
	background-image: url(images/imaginecup.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 548px;
	text-align: right;
	margin-top: 42px;
	height: 21px;
}

#footer
{
    padding-top: 8px;
    text-align: left;
    font-size: 11px;
    padding-left: 3px;
}

.sup
{	
    vertical-align: super;	
    font-size: 8px;
 }
