@charset "UTF-8";
/* CSS Document */


/* ::::::: Stapla ::::::: */



#stapla .pile-me {
    position: absolute;
    z-index: 1000;
    width: 200px;
    height: 283px;
	background-color: black;
	border: 1px solid #01ff00;
}

#stapla .pile-me.hover {
    background-color: #01ff00;
}

#stapla .pile-me.hover.active {
	background-color: #01ff00;
}

#stapla {
    
    top:0;
    left:0;
    margin:0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

