body {
	background-image: url(./assets/img/page_background.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #CFB0B0;
}
body, html > body {
	overflow: hidden;
}
#siteLogo {
    position: absolute;
    top: 16px;
    left: 16px;
}