    @charset "utf-8";
    /* CSS Document */
     
    body {
    background:#000;
    background-image:url(images/BG02.jpg);
    background-repeat:repeat;
    font-family:Verdana, Geneva, sans-serif;
    color: #333;
    text-align:center;
    margin:0;
    padding:0;
    height:100%;
    }
     
     
    #wrapper-top {
    width: 659px;
    height: 17px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-image:url(images/wrap-top.png);
    background-repeat:repeat-y;
    }
     
    #wrapper {
    width: 659px;
    height:500px;
    margin-left: auto;
    margin-right: auto;
    background-image:url(images/wrap-bg.png);
    background-repeat:repeat-y;
     
    }
     
    #wrapper p {
    margin: 0;
    text-align:center;
    }
     
    #wrapper h2 {
    margin: 0;
    text-align:center;
    font-family:Verdana, Geneva, sans-serif;
    color: #3b3b3b;
    width: 600px;
    font-weight: bold;
    }
     
    #wrapper img {
    border: none;
    }
     
    #wrapper-bottom {
    width: 659px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    background-image:url(images/wrap-bottom.png);
    background-repeat:no-repeat;
    padding-bottom: 87px;
    }
     
    #opt-wrap {
    width: 580px;
    margin: 20px auto 0 auto;
     
    }
     
    #opt-wrap a:link{
    position: absolute;
    margin: 290px 0 0 0;
    z-index: 2;
    height: 115px;
    width:282px;
    background-position: 0 1px;
     
    text-indent:-9009px;
    }
     
    #opt-wrap a:hover{
    background-position: 0 -114px;
    }
     
     
    .opt1 {
    background:transparent url(images/lose-weight.png) no-repeat 0 0;	
    }
     
    .opt2 {
    background:transparent url(images/build-muscle.png) no-repeat 0 0;	
    }
     
    #footer {
    position:fixed;
    bottom:0;
    width:100%;
    height:87px; /* Height of the footer */
    background-image:url(images/footer.jpg);
    background-repeat: repeat-x;
    }
     
    #footer p, a:link, a:visited{
    color: #c6c6c6;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin-top: 33px;
    }
     
    #footer a:hover{
    color: #e9830b;
    }