#page-wrap {
position: relative;
z-index: 5;
width: 1030px;
margin: -10px auto;
margin-top: 0px auto;
padding: 0px;
height: 100%;
min-height:100%;
}


#header {
position: relative;
width:1030px;
height:376px;
background: url(../pix/head.png);
z-index: 2;
}


#content {
position:relative;
background: url(../pix/content-bg.png);
width:750px;
padding-left:140px;
padding-right:140px;
padding-bottom:125px;
color:black;
font-size:13px;
z-index: 3;

	



}


#footer {
position:relative;
background: url(../pix/footer.png);
bottom:0px;
padding:10px;
width:980px;
height:155px;
padding-top:30px;
font-size:12px;
color:#FFF;
}
