    body {font-family: "courier new", monospace;
          background: #FFF;
          margin: 0px;
          padding: 0px;
          width: 100%;}
    .container {margin: 0 auto;
                width: 800px;
                position: relative;}
    .whitespace {float: left;
                 height: 10px;
                 width: 800px;
                 background: #FFF;}
    .spaceleft {float: left;
                height: 10px;
                width: 200px;
                background: #3CF;}
    .spaceright {float: right;
                 height: 10px;
                 width: 600px;
                 background: #000;}
    .banner {background: #FFF url(images/CodeShoot_1.jpg);
             float: left;
             height: 200px;
             width: 800px;}
    .thinspace {float: left;
                height: 1px;
                width: 800px;
                background: #000;}
    .space30 {float: left;
              height: 30px;
              width: 800px;
              background: #FFF;
              text-align: center;}
    .input {float: left;
            height: 45px;
            width: 380px;
            background: #FFF;
            margin: 10px;
            text-align: center;
            font-size: 14px;}
    #outone {float: left;
             height: 18px;
             width: 350px;
             background: #FFF;
             margin: 10px 14px;
             padding: 10px;
             font-size: 14px;
             text-align: center;
             border: 1px solid silver;}
    #outtwo {float: left;
             height: 18px;
             width: 350px;
             background: #FFF;
             margin: 10px 14px;
             padding: 10px;
             font-size: 14px;
             text-align: center;
             border: 1px solid silver;}
    .navbar {float: left;
             width: 800px;
             height: 34px;
             background: #FFF;
             font-size: 12px;}
    .navbar ul {padding: 0px;
                margin: 10px;
                text-align: center;}
    .navbar ul li {display: inline;}
    .navbar ul li a {color: #000;
                     padding: 10px 15px 9px 15px;
                     text-decoration: none;}
    .navbar ul li a:hover {background: #000;
                           color: #FFF;}
    .blackspace {float: left;
                 height: 10px;
                 width: 800px;
                 background: #000;}
    .btnholder {float: left;
                height: 25px;
                width: 800px;
                background: #FFF;
                text-align: center;}
    .textholder {float: left;
                 height: auto;
                 width: 800px;}
    .outtext {float: left;
              height: 16px;
              width: 380px;
              background: #FFF;
              margin: 0px 10px;
              text-align: center;
              font-size: 14px;}
    #outmid {float: left;
             height: 16px;
             width: 320px;
             background: #FFF;
             margin: 14px 223px;
             padding: 15px;
             font-size: 16px;
             text-align: center;
             border: 1px solid silver;}
