Here is the location of the problem: http://www.insanecombat.com/Wow/
How can I fix it?
Here is the CSS:
Code:
#container {
margin: 0 auto;
margin-top: 20px;
text-align: left;
width: 900px;
}
#content1 {
background: url(images/elf-bg.jpg) no-repeat 2px;
clear: both;
display: block;
height: 450px;
padding-left: 128px;
padding-top: 38px;
width: 770px;
text-align: center;
}
#footer {
background: url(images/footer-bg.jpg) no-repeat;
clear: both;
color: #F1D6AC;
display: block;
height: 99px;
padding-top: 20px;
text-align: center;
width: 900px;
text-align: center;
}
#header {
background: url(images/header-bg.jpg) no-repeat;
display: block;
height: 14px;
width: 897px;
text-align: center;
}
#left {
background: url(images/btm-left-bg.gif) no-repeat;
display: block;
float: left;
height: 494px;
width: 556px;
}
#pagebottom {
clear: both;
width: 900px;
text-align: center;
}
Any answer will be helpful, thx
Bookmarks