#logo {
   margin: 0 auto;
   margin-top: 40px;
   margin-bottom: 20px;
   width: 526px;
   height: 100px;
   background: url(images/logo-start.gif);
   }

#start {
   background:url(images/bg-start.gif);
   width: 722px;
   height: 183px;
   margin: 0 auto;
   color: #fff;
   text-align: center;
   }

#start span {
   font-family: Courier;
   text-transform: uppercase;
   }

.text {
   padding-top: 25px;
   padding-bottom: 20px;
   font-family: Georgia;
   }

#start input {
   margin-left: 180px;
   margin-right: 180px;
   width: 350px;
   height: 48px;
   border: 1px solid #fff;
   -moz-border-radius: 5px;
   font-size: 35px;
   padding: 10px;
   text-align: center;
   }

#footer {
   margin-top: 25px;
   text-align: center;
   font-family: Georgia;
   color: #000;
   }

.new {
   background: #f2f2f2;
   padding: 5px;
   }

#footer a {
   color: #363636;
   padding: 3px;
   }

#footer a:hover {
   color: #000;
   background: #f2f2f2;
   text-decoration: none;
   }