Arg noch die CSS-Attribute von html und body vergessen:
html
{
overflow: hidden;
height: 100%;
}
body
{
margin:0px;
padding: 0px;
font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
overflow: hidden;
color: #001764;
background: #5880CB;
height: 100%;
}
Lg Niko