@import "style_common.css";

    body {
     background-color:#7E7D77;
     font-family: Monaco, Courier, Monospace;
     color: #4B4935;
     padding: 0px;
     margin: 0px;
     border: 0px; }

    #copyright {
     position: absolute;
     top: 0px;
     left: 50%;
     margin: 500px 0px 0px -425px;
     color:#7E7D77;
     text-decoration: None;
     font-size:0.1em;
     display: block;
     width: 850px;
     height: 25px;
     padding: 0px;
     border: 0px;
     background-image: url('copyright.jpg');
     background-position: 0px 0px;
     background-repeat: no-repeat;
     vertical-align: top;
     text-align: center;
     overflow: hidden;
   }


    #home {
     position: absolute;
     top: 0px;
     left: 50%;
     margin: 34px 0px 0px -435px;
     width: 870px;
     height: 470px;
     padding: 0px;
     border: 0px;
     background-image: url(home_bg.jpg);
     background-position: 0px 0px;
     background-repeat: no-repeat;
   }

    #home_image {
     position: absolute;
     top: 10px;
     left: 10px;
     padding: 0px;
     border: 0px;
     margin: 0px;
     display: block;
     width: 850px;
     height: 450px;
     color:#7E7D77;
     text-decoration: None;
     font-size:0.1em;
     background-image: url(http://www.datzinger.net/teasers/gt-r.jpg);
     background-position: 0px 0px;
     background-repeat: no-repeat;
     vertical-align: top;
     text-align: center;
     overflow: hidden;
   }

