Hare Krishna.
APPARENT CAUSE OF PROBLEM:
It is caused because of one line (or more of such lines) anywhere on the page. Below that particular line, the spoils happen.
RESOLUTION (MORE OF A WORKAROUND):
Delete the line or modify it till the ghost images below it vanishes.
REPLICATE THE PROBLEM LIKE THIS:
1. Make a sample.css file in cpanel.
2. Copy paste the following line in your code-editor in cpanel. (Also include the commented symbols "/*" and "*/" and the smilie image also. Unfortunately in the forum it will translate into a smile image but is really a ":" colon followed by a ")" closing a bracket)
Starts here
Code:
/* This is to remove the bottom line footer by somethi "Blahbl Bla | Blahbla Bl Blahblahb" It does not remove but makes the font size 0px and font color white (#ffffff). lol :)
Does not matter what comes below the above line.. it will be haunted! You should have a similar line in your code below which its all ghostly. Bust the ghost maker line asap!!
.bingo-wordpress {
color: #ffffff;
padding: 10px 2px;
float: right;
font-size: 10px;
}
.bingo-wordpress a{
color: #666666;
text-decoration:none;
}
.bingo-wordpress{
color: #ffffff;
padding: 10px 2px;
float: right;
font-size:13px;
}
*/
Ends here
SOLUTION:
Delete the first line and it should resolve. So find your culprit line and modify or delete it.
Note:
1. This is not a solution or resolution in strict sense of the problem, because the real problem is not the "culprit line" but (probably) something in the code of the code-editor. Hope they resolve it soon.
2. I m not a regular visitor of this forum but just wanted to help by letting you all helpful people know of what i found. I was facing the same problem and ended up on this post some time earlier.
Hope it helps someone.

Hare Krishna.