body
{
   width: 1230px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 5px;    
   background-color: black;
}

#img {
   width: 1230px;
   height: 820px;
   background-image: url('images/page.png');
   background-repeat: no-repeat;
}

#site a{
   float: left;
   margin-top: 644px;
   margin-left: 542px;
   font-size: 23px;
   color: white;
   text-decoration: none;
   font-weight: bold;
   font-family: "Trebuchet MS", "Times New Roman", Times, serif;
}

#site a:hover {
   color: #FFCC00;
}

