body{
	/*background-color: #054;*/
	background-image: url( "tail.png" );
}
.deck { 
width:96px;
height: 160px; 
float:left;
border: 2px solid green;
margin: 25px;
font-size: 14px;
border-radius: 8px;
-moz-border-radius: 8px; /* Firefox 3.6 and earlier */
}
.targetdeck { 
width:96px;
height: 160px; 
float:left;
border: 2px solid #fff;
margin: 25px;
font-size: 14px;
border-radius: 8px;
-moz-border-radius: 8px; /* Firefox 3.6 and earlier */
}

/*#T1 { 
width:96px;
height: 160px; 
float:left;
border: 2px ridge red;
background-image: url("pics/C.png");
background-size: cover;
margin: 25px;
font-size: 14px;
border-radius: 8px;
-moz-border-radius: 8px;
}
*/

.swapdeck { 
width:96px;
height: 160px; 
float:left;
border: 2px solid grey;
font-weight:bolder; 
margin: 25px;
border-radius: 8px;
-moz-border-radius: 8px; /* Firefox 3.6 and earlier */
}
.container{
width:95px;
height: 160px; 
}
