I can not post pictures from each other as in the photo 
So far, the only way out is HTML
<div id="header" > <div id="inner_wrap_logo"> <img src="img/sm.png" style="width: 178px; height: 280.6px; "> <img src="img/cross.png" style="width: 194px; height: 214px;"> </div> </div> CSS
#header{ position: relative; width: 100%; height: 501px; background: url(../img/header2.jpg); } #inner_wrap_logo{ margin: 0 auto; width: 960px; height: 100%; }