html { background-color: #fff; }
body { background-color: #fff; background-image: none; color: #2e3436; }
#container { width: 987px; margin: auto; text-align: left; }

#frame {
   clear: both;
   text-align: left;
   width: 987px;
   height: 610px;
   margin: auto;
   border: 1px solid #ccc;
   background: url("/img/home-logo.png") no-repeat;
}
#frame a:link { color: #888; text-decoration: none; }
#frame a:visited { color: #888; text-decoration: none; }
#frame a:hover { color: #ccc; text-decoration: none; }
#frame a:active { color: #ccc; text-decoration: none; }

#left { float: left; width: 610px; } 
#left #inner { position: relative; }
#text { position: relative; top: 320px; height: 100px; width: 574px;  border: 0px solid green; margin-left: 26px; line-height: 1.2em; text-align: justify; }
#right { float: left; text-align: center; }
p { font-size: 17px; }

#copyright { text-align: center; padding-top: 8px; width: 100%; padding-left: 21px; }
a:link { color: #888; text-decoration: none; }
a:visited { color: #888; text-decoration: none; }

#invite { position: relative; top: 180px; border-left: 1px solid #ddd; margin-left: 34px; }
#invite h2 { font-size: 18px; color: #333; }
#formInvite div { padding: 13px;  clear: both; text-align: center; padding-left: 31px; }
#form label { padding-right: 13px; width:34px; border: 0px solid red; display: block; float: left; font-weight: bold;}
#formInvite input { font-size: 18px; width: 230px;  }
#formInvite #button {
   text-align: left;
   border: 0px solid red;
   margin: 0; 
   padding: 0;
}

#formInvite label { padding-right: 5px; widthX:34px; border: 0px solid red; display: block; float: left; font-weight: bold;}


.wb-button {
   font-weight: 300;
   font-size: 15px;
   padding: 6px 9px;
   color: #2e3436;
   margin-left: 55px; 
   width: 230px; 
}



#footer { position: absolute; bottom: 0; left: 0;  border: 1px solid green; clear: both; width: 400px; }
#footer #main-nav #menu { width: 353px; padding-top: 13px; margin-top: 5px; text-align: left; border: 0px solid red; }
#footer #main-nav #menu .options { margin-left: -8px; } 
#footer #main-nav #menu .options li { margin: 0px 8px; list-style: none; display: inline; }
#footer #main-nav #menu ul { margin: 0; } /* overrides YUI3 base */

#footer #main-nav {  float: left; width: 375px; height: 55px; text-align: right; }

