body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 14px;
    color:#DEEEF7;
    background-image:url(../_images/bg.gif);
    background-repeat:repeat-x;;
    background-position:center top;
    background-color:#243644;
    cursor:url(../_images/rep.cur), default;
}
*html body {
    cursor:url(.0/_images/rep.cur), default;
}
#Main {
    width:979px;
     margin:0 auto;
}
#Foot {
    background:url(../_images/footer.gif) no-repeat ;
    height:38px;
    padding-top:20px;
    width:948px;
    text-align:center;
    margin-left:31px;
    color:#7096af;
    margin-bottom:20px;
    letter-spacing:1px;
}
    #Foot p {
        margin:0px;
    }    
#Inu {
    margin:0pt auto;
    text-align:right;
    width:979px;
    margin-top:20px;
    margin-bottom:20px;
    font-size:12px;
}
    #Inu #InuContainer {
        width:160px;
        float:right;
        margin-bottom:20px;
    }
    #Inu #Ceg {
        background:url(../_images/inu_white.gif) no-repeat left center;
        font-weight:bolder;
        color:#fff;
        padding-left:45px;
        text-align:left;
        padding-top:5px;
        padding-bottom:5px;
   }
   #Inu a {
       color:#fff;
       font-size:9px;
       text-decoration:none;
   }   
      #Inu a:hover {
           text-decoration:underline;
       }  
