body{
    background: #8e9298 url("../images/bg.gif") repeat-x top left ;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
.wrapper{
  margin-left: auto;
  margin-right: auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
.header{
    background: url("../images/header_bg.jpg") no-repeat  left ;
    height: 108px;
    margin:0 30px;
}
/*LOGO*/
.logo{
    margin:0px;
}
.logo img{
    margin: 20px 200px;
}
/*Top Button*/
.add_enterprise{
    display: block;
    background: url("../images/add_enterprise.png") no-repeat;
    width: 168px;
    height: 53px;
    position:absolute;
    right:250px;
    top:20px;    
    text-indent: -9999px;
}
.middle {
    width: 788px;
    margin: 0 auto;
    margin-top: 15px;
}
/* Main Content*/
.info{
    background: url("../images/info_bottom.png") no-repeat left bottom;
    padding-bottom: 20px;
    margin-top: 15px;
}
.info .head{
    background: url("../images/info_header.png") no-repeat left top;
    height: 16px;
    overflow: hidden;
    
}
.info .content{
       background: url("../images/info_bg.png") repeat-y;
       text-align: left;
       padding: 15px;
}
