*  {
    padding : 0px ; 
    margin : 0px ; 
} 

BODY {
      background-image: url('../image/back.jpg');
      background-repeat:no-repeat;
      background-position:right 30px;
      background-color: #600000;
      font-size: 12px;
      height: 100%;
}


#site-box {
           width : 500px;
           height: 100%;
           margin-right: 30px;
           margin-left : auto;
           color: #ffffff;
}





#date {
       width: 200px;
       text-align: right; 
       height: 100%;
       padding: 0px;
       margin-right: 10px;
       margin-left : auto;
       color: #ffffff;
}


#menu {
       width: 180px;
       margin-right: 0;
       margin-left : auto;
       font-family: Impact;
       text-align: left; 
       font-size: 35px;
       color: #ffffff;
}


#main {
       margin-right: 0;
       margin-left : auto;
       width: 500px;
       height: 100%;
       padding: 0px;
       line-height: 1.3em
}


#banner {
         margin-right: 0;
         margin-left : auto;
         width: 500px;
         height: 100%;
         padding: 3px;
         text-align: right; 
}


#footer {
          margin-right: 10px;
          margin-left : auto;
          width: 100%;
          position: absolute; bottom: 0;
          padding: 0px;
          text-align: right;
          color: #ffffff;
}


a:link { color : #FFFFFF; text-decoration:none;}
a:visited { color : #FFFFFF; text-decoration:none;}
a:hover {color : #ff0000; text-decoration:none;}
a:active { color : #ff0000; text-decoration:none;}