I am currently working on enhancing the background of my website located at www.softglobal.com.mx. The web page includes two headers, one with the logo and another filling the right top corner. However, I am looking to add a background that will appear behind these two elements. Can someone please guide me on how to achieve this? Below is the CSS code snippet:
enter code here
This is the code
#content-wrap {
background: url(http://i.imgur.com/D4ZVVnY.png);
}
body {
background: url(http://i.imgur.com/K7yy7nB.png) no-repeat #fff;
width: 100%;
display: table;
margin: 0;
padding: 0;
}
#templatemo_header {
height: 180px;
background: url(http://i.imgur.com/46t4Zmo.jpg) repeat-x;
background-position: 0 -2px;
margin: 2px 2px 2px 25px;
padding: -3px 0 0 0;
background: url(http://i.imgur.com/D4ZVVnY.png);
}
#ja-cssmenu {
margin: -49px -32px -20px 20px; /* all lists */
padding: 0px;
}
##############################