body {
        margin:0;
        padding:0;
}

#adArea {
	background: #e8e8e8;
    overflow: hidden;
    text-overflow: clip;
    cursor:pointer;
    
    outline-style: none; 
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

canvas {
	position: absolute;
	width: 300px;
	height: 250px;
}

#clouds{
	position: absolute;
}

.clouds {
}

#c2{
	left: 300px;
}

.rct {
	width:300px;
	height:250px;
    position: absolute;
}

.scale0 {
	-ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
}

.opacity0 { opacity: 0; }
.opacity1 { opacity: 1; }

.zIndex2400{ z-index: 2400 !important; }
.zIndex2600 { z-index: 2600 !important; }
.zIndex3000 { z-index: 3000 !important; }

.posAbs{
	position: absolute;
}
.noVis{
	visibility: hidden;
}
.noEvents{
  pointer-events: none;
}
.noDisplay{
  display: none;
}