/* site-wide styles */
  html {
    background: #f5d300 url('/_images/title-background.jpg') repeat-x 0 0;
  }
    #header {
      height: 249px;
      width: 760px;
    }
      #site-title {
        background: url('/_images/site-title-welcome.jpg') no-repeat 0 0;
        height: 249px;
margin-left: 2px;
        width: 760px;
      }
       #site-title a {
          display: block;
          height: 0;
          overflow: hidden;
          padding-top: 249px;
        }
        * html #site-title a {
          height: 249px;
          he\ight: 0;
        }
      #site-tagline {
        display: none;
      }
      #navigation {
        display: none;
      }
      #title-welcome {
        display: none;
      }
      #body {
        text-align: center;
      }
      textarea#terms {
        display: block;
        margin: 15px 15px 15px 15px;
        width: 500px;
      }
      #stats {
        height: 0;
        overflow: hidden;
        width: 0;
      }
      p#agree {
        color: #000;
        margin: -60px 0 80px 0;
        text-align: center;
      }
      #options {
        height: 55px;
        margin: -60px auto 60px auto;
        position: relative;
        width: 520px;
      }
        #options-members, #options-visitors {
          height: 55px;
          position: absolute;
          top: 0;
        }
        #options-members {
          background: url('/_images/option-members.jpg') no-repeat 0 0;
          left: 0;
      	  width: 221px;
        }
        #options-visitors {
          background: url('/_images/option-visitors.jpg') no-repeat -4px 0;
          left: 303px;
          width: 221px;
        }
          #options-members a, #options-visitors a {
            display: block;
            height: 0;
            overflow: hidden;
            padding-top: 55px;
            width: 100%;
          }
          * html #options-members a, * html  #options-visitors a {
            height: 55px;
            he\ight: 0;
          }
			#options-exit {
            list-style: none;
			padding-top: 70px;
			text-align: center
		  }
			#options-exit a {
			text-decoration: underline;
		  }