/* CSS Document */
.watermark {
    opacity: 1;
    color: #438eb9;
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background-image:url(../images/bk-test.png);
	background-color: transparent;
	z-index: 10000;
	pointer-events: none;
}