


*
{
   font-family:
      'Times New Roman';
   font-size:
      12px;
   color:
      rgb(214,214,214);
   border:
        0px;
   padding:
        0px;
   margin:
        0px;
}


body
{
   background:
      rgb(  0,  0,  0);
   text-align:
      center;
   margin:
        0px;
   padding:
       12px
        0px;
}


.enter
{
   padding-top:
      120px;
}


.head
{
   background:
      url('img_head.png')
      right
      top
      no-repeat;
   width:
      950px;
   height:
      281px;
   margin:
        0px
      auto;
}


.container
{
   width:
      950px;
   height:
      477px;
   margin:
        0px
      auto;
}


.navigation
{
   height:
      30px;
   text-align:
      center;
}
.navigation img
{
   padding:
        4px
        6px;
}


.content
{
   background:
      url('img_content.png')
      right
      top
      no-repeat;
   height:
      378px;
   margin:
        0px
      auto;
}


.main
{
   width:
      556px;
   height:
      298px;
   overflow-y:
      auto;
   margin:
        0px
      auto;
}


.foot
{
   background:
      url('img_foot.png')
      right
      top
      no-repeat;
   padding:
       21px
        0px
       78px
        0px;
   margin:
        0px
      auto;
}


p
{
   padding:
         12px
         30px
         24px
         30px;
}