@charset "utf-8";
/* CSS Document */

#container
{	
    width:1160px;
    height: auto;
    padding: 20px 20px 40px 20px;
    margin-left: auto ;
    margin-right: auto ;
    background-color:#FFF;
}

table
{
    background-color: #faf3f3;
    border: 1px #000 solid;
    width: 100%; 
}

th
{
    background-color: #4d71d6;
    color: white;
}

td
{
    text-align: center;
}
