body {
	background-color: rgb(255, 255, 255);
    background-image: url('../img/ERROR_BG.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;

	height: 100%;
	padding: 0px;
	overflow: hidden;
}