﻿body 
{
    background-color:#591203; 
    background-image:url(images/bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    text-align:center;
    margin-left:auto; 
    margin-top:auto;
    
       
   
}
div 
{
     text-align:center;
    margin-left:auto;
    margin-right:auto;
    }
.top
{
    width:1000px;
    height:80px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    
   
    
}

#navi a 
{
    color:#f3a55b;
    text-decoration:none;
 
    }
#navi a:hover 
{
    color:#ffd996;
    text-decoration:none; 
    }
 
 .main
 {
     background-image:url(images/main.jpg); 
     background-repeat:no-repeat;
     background-position:center;
     height:444px;    
     }
 .mainbg
 {
     background-image:url(images/messageboard-bg.png);
     background-position:center;
     background-repeat:no-repeat;
     width:50%;
     height:160px;

 
     }
 .message
 {
     width:100%;
     color:White;
     font-size:14px;
     font-family:Arial;
     height:400px;

     
     }
div 
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    }

 .mainbg a
        {
            background-image: url('images/messageboard-bg.png');
            background-position: center;
            background-repeat: no-repeat;
            width: 50%;
            height: 138px;
            text-decoration: underline;
            font-size: small;
            color:White;
   
        }
 .mainbg a:hover
        {
            background-image: url('images/messageboard-bg.png');
            background-position: center;
            background-repeat: no-repeat;
            width: 50%;
            height: 138px;
            text-decoration: underline;
            font-size: small;
            color:yellow;
   
        }