I'm having an issue with the CSS for the main content section of my website. The background image displays correctly in Chrome, but not in IE11 or Firefox. Can anyone provide insight into why this may be happening?
#maincontent
{
position: relative;
width: 100%;
min-height: 200px;
height: auto !important;
background-image: url(images/money-background.png);
background-position: top;
background-repeat: repeat-x;
}