/*PISS*/

body {
	margin: 0;
	padding: 0;
	text-align: center; /* Takes care of horizontal alignment in Internet Explorer */
	background-color: #f9f9f9;
}
canvas {
                  image-rendering: optimizeSpeed;
                  image-rendering: -moz-crisp-edges;
                  image-rendering: -webkit-optimize-contrast;
                  image-rendering: optimize-contrast;
                  -ms-interpolation-mode: nearest-neighbor;
}
#abdc{
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
	width: 300px;
	height: 300px;
	display: table;
	border-collapse: collapse;
}
#abdc:active { 
 	cursor: url('img/active.gif'), auto;

}
#abdc:hover{
	cursor: url('img/hover.gif'), auto;

}
	.ab, .dc{
		display: table-row;
	}
		.a, .b, .d, .c{
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			font-size:6em;
			color:#ececec;
		}
/*
       _         _      
  __ _| |__   __| | ___ 
 / _` | '_ \ / _` |/ __|
| (_| | |_) | (_| | (__ 
 \__,_|_.__/ \__,_|\___|
                        
*/
.abdc{
		 background:url('../img/abdc.png');
		 background-color: #f9f9f9;
-webkit-animation: animate-bg 18s linear;
-webkit-animation-iteration-count: infinite;
animation: animate-bg 18s linear;
animation-iteration-count: infinite;
}
.abdc #abdc{
	opacity: .85;

}

	.abdc .ab{
		float:left;
		margin-bottom: -7px;
	}

		.abdc .a{

		}
		.abdc .b{
		}
	.abdc .dc{
	}
		.abdc .d{

		}
		.abdc .c{

		}
/*
  __ _ 
 / _` |
| (_| |
 \__,_|a

 */

/*
 _     
| |__  
| '_ \ 
| |_) |
|_.__/ b
       
*/

/*
     _ 
  __| |
 / _` |
| (_| |
 \__,_|d
*/

/*
  ___ 
 / __|
| (__ 
 \___|c

*/
