/* CSS Document */
html {
  min-height: 101%;
  }
  
body {
  margin:0px;
  background-color:#adcb72;
  background-image:url('/custom/DefaultTheme/images/bg.gif'); 
  background-position:center;
  background-repeat:repeat-y;
  margin-left:auto;
  margin-right:auto;
  }
  
#header {
  width:100%;
  padding-top:3px;
  margin-top:0px;
  height:75px;
  background-color:#000000;
  background-image:url('/custom/DefaultTheme/images/logo-header.gif');
  background-position:center;
  background-repeat:no-repeat;
  text-align:center;  
  }

#signin {
  margin-top:3px;
  margin-left:740px;
  }
  
#blackground {
  width:100%;
  min-height:390px;
  max-height:390px;
  height:390px;
  text-align:center;
  background-image:url('/custom/DefaultTheme/images/body-shot1.jpg');  
  background-position:top center;
  background-repeat:no-repeat;
  }

#buttons {

  }
  
#lower {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:900px;
  min-height:390px;
  max-height:390px;
  height:390px;
  background-color:#ffffff;
  background-image:url('/custom/DefaultTheme/images/bg-lower.gif');
  background-position:top center;
  background-repeat:no-repeat;  
  color:000; 
  font-family: arial;
  font-size:12px;
  }

.about {
  position:absolute;
  display: inline;
  margin-left:-443px;
  line-height:1.4em;
  width:290px;
  top:85px;
  text-align:left;
  }

.promoter {
  position:absolute;
  display: inline;
  margin-left:-440px;
  line-height:1.4em;
  width:283px;
  top:85px;
  text-align:left;
  }
  
.promoter a:link {
  color:#000080;
  }
  
.promoter a:visited {
  color:#000080;
  }
  
.promoter a:hover {
  color:#000080;
  }
  
.promoter a:active {
  color:#000000;
  }  
    
.benefits {
  position:absolute;
  display: inline;
  margin-left:-147px;
  line-height:1.4em;
  width:290px;
  top:85px;
  text-align:left;
  }
  
.opportunity {
  position:absolute;
  display: inline;
  margin-left:155px;  
  line-height:1.4em;
  width:290px;
  top:85px;
  text-align:left;
  }

#footlinks {
  font-family:verdana,arial;
  font-size:10px;
  }
        
a:link {
  color:#74befe;
  }
  
a:visited {
  color:#74befe;
  }
  
a:hover {
  color:#7bb01f;
  }
  
a:active {
  color:#FFFFFF;
  } 
          
#footer {
  margin-top:20px;
  width:900px;
  margin-left:auto;
  margin-right:auto;  
  text-align:center; 
  color:#ffffff; 
  font-family: arial;
  font-size:10px;
  padding-top:15px;
  }
