﻿body {
  background-color:#fef6e1;
}
  #wrap{
    width: 512px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -256px;
    margin-top: -255px;
    height: 510px;
  }
    .head{
    background: url(../img/bg-index.jpg);
    width: 512px;
    height: 303px;
    }
      .head ul {
        float:right;
        margin-top: 43px;
      }
        .head ul li.first{
          margin-bottom:15px;
        }
        .head ul li.secund{
          margin-bottom:33px;
        }
    .content{
    text-align: center;
    color: #333333;
    font-family:Arial;
    font-size:14px;
    text-decoration:none;
    line-height: 1.5em;
    }
    .footer{
    text-align:center;
    }
