body {
	margin: 0px 0px 0px 0px;
	background-color: #01b7ed;/* edc6d2;*/
    /* background-image: url('assets/bg.png');
    background-repeat: repeat; */
}
#orientation {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: black;
	background-image: url('assets/rotate_orientation.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}