Hello I am trying to add a Image to my header where it will show the body background but it is not doing as i need, here is my code
C:\Users\SureShotM\Main.cssbody
{
background-color:#4E9258;
}
#container
{
margin: 0 auto;
width: 700px;
background:#fff;
}
#header
{
background-image:url('MineMad.png');
background-repeat:no-repeat;
background-position:left top;
padding: 120px;
}
#header h1 { margin: 0; }
#content
{
clear: left;
padding: 20px;
}
#content h2
{
color:#000;
font-size: 160%;
margin: 0 0 .5em;
}
#footer
{
background:#ccc;
text-align: right;
padding: 20px;
height: 1%;
}