Html dosyasındaki kodunu olarak değiştirin. Daha sonra Css dosyasındaki

.baris {
background-image: url(images/bg.png);
height:93px;

kodunu
.baris { background:url("images/bg.png"); width:genişlik(px); height:yüksekli(px); }

kendinize göre düzenleyip değiştirin.