html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

body {
    background: #123 url(images/logo.png) no-repeat center center;
	font-family: sans-serif;
}