
/* main.css */

body {
  background: #666;
  font-family: Arial, sans-serif;
  font-size: 62.5%;
  color: #fff;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
   overflow: hidden;
}
h2 {
  font-size: 2em;
  text-transform: uppercase;
}

a,
a:select,
a:hover, 
a:active, 
a:focus,
:focus,
* {
  outline: 0;
}

#outer {
  width: 100%;
  height: 100%;
  position: relative;
}
  #logo {
    position: absolute;
    left: 21px;
    top: 0;
    z-index: 20;
  }

  #offscreen {
    position: absolute;
    top: -5000px;
    width: 100px;
    height: 100px;
    overflow: hidden;
  }
  
  .page_holder {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
		height: 100%;
  }

  #email_form {
    margin-top: 4px;
  }
  #email_address {
    width: 245px;
    border: 1px solid #d5d6d9;
    color: #666;
    height: 17px;
    margin: 0;
    padding: 1px 0 0 5px;
  }
  #input_holder {
    width: 255px;
    display: inline;
    float: left;
  }
  #submit_email {
    background: url('../images/btn_thanks.png') no-repeat scroll top left;
    width: 49px;
    height: 20px;
    border: 0;
  }
  #button_holder {
    width: 50px;
    display: inline;
    float: left;
  }
  button span {
    display: block;
    text-indent: -9999px;
  }
  
  #quote {
    /*background: url('../images/quote.png');*/
    position: absolute;
    height: 191px;
    right: 375px;
    top: 77px;
    width: 250px;
  }
  
  #quote p {
    color: #4a7096;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 14px;
  }
  
  #ie #quote {
    /*background: url('../images/quote.gif');*/
  }
  
  #winners {
    background: url('../images/winners.png');
    position: absolute;
    height: 293px;
    right: 0;
    top: 73px;
    width: 348px;
  }
  
  #ie #winners {
    background: url('../images/winners.gif');
  }
  
  #footer_right ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #footer_right li {
    float: left;
    margin: 0;
    padding: 0;
  }
  
  #footer_right ul li a {
    display: block;
    height: 70px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
  }
  
  #footer_sp a {
    background: url('../images/footer_sp.png');
    width: 163px;
  }
  
  #footer_canfund {
    background: url('../images/footer_canfund.png');
    width: 182px;
  }
  
  #footer_sf {
    background: url('../images/footer_sf.png');
    width: 177px;
  }
  
  #footer_sam {
    background: url('../images/footer_sam.png');
    width: 184px;
  }
  
  
  
  
  