in the css/home.css file, find the #storeMessage selector
#storeMessage {
background-image: url("../Images/storeMessage_bg.png");
background-repeat: no-repeat;
height: 260px;
margin-left: 1px;
overflow:hidden;
background-color: #06245c;
margin-right: 1px;
}
change the image being used by the background-image property.