body 
{
	font-family: Monospace;
	font-weight: bold;
	background-color: #ccccff;
	margin: 0px;
	overflow: hidden;
}

#logo {
    position:absolute;
    left:10px;
    top:10px;
}

img#loading {
    position: absolute;
    width:64px;
    height:64px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    display:none;
}