#container2 {
    position: relative;
    display: inline-block;
    border: 1px solid green;
}
#container2 * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#image {
    z-index: 9;
    text-align: center;
    border: 1px solid blue;
}
#play {
    background: url('../img/logo-web.png') center center no-repeat;
    margin: 0px 00px 0 0;
    height: 107px;
	width: 220px;
    position: absolute;
    z-index: 999;
	top: 0px;
	
}