#mattress_box{
    height: 1000px;
    width: 100%;
    background-image: url("../image/background/container_bg2.png");
}
#mattress_content{
    height: 1000px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    position: absolute;
    padding-top: 100px;
}

.mattress_hr{
    background-color:#888888;
    height: 2px;
}

.mattress_img{
    width: 600px;
    height: 450px;
    margin: 40px auto;
}

.mattress_des{
    padding-left: 30px;
}
