html {
    background-color: #000000;
}

body, canvas, div {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#p2l {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(resources/orientation.png);
    background-repeat: no-repeat;
    background-size: 134px 134px;
    background-position: center;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}