I've tried looking through the <html> tag as well as seeing the background-color: transparent, but for some reason, I always have a white background and never see my background image.
Any thoughts as to how I can resolve this?
body {
margin: 0;
padding: 10px 20px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333333;
background-color: transparent;
background-image: url('bg.jpg');
background-repeat: repeat-x;
}
