|
Can you try adding this to your stylesheet.
To the id #content add this, position:relative;
It will then be like this:
#content {
position:relative;
font-size: 1.4em;
padding:10px 10px 10px 10px;
margin: 10px 200px 0 0;
background-color: #FFFFFF;
}
See if that fixes it.
|