@charset "utf-8";
/* CSS Document */

body {
	margin: auto;
	display: flex;
	justify-content: center;
	align-content: center;
	background-color:#0A360C;
	
	
}

.tile1, .tile2, .tile3, .tile4, .tile5, .tile6, .tile7, .tile8, .tile9, .tile10, .tile11, .tile12, .tile13, .tile14, .tile15, .tile16 {
	display: table-cell;
	width: 240px;
	height: 113.5px;
	border: 1px solid white;
	background: url("JD6155rNY.jpg");
	cursor: pointer;
}

.tile1 {
    background-position: 0px 0px;
}
.tile2 {
    background-position: -240px 0px;
}
.tile3 {
    background-position: -480px 0px;
}
.tile4 {
    background-position: -720px 0px; 
}
.tile5 {
    background-position: 0px -113.5px;
}
.tile6 {
    background-position: -240px -113.5px;
}
.tile7 {
    background-position: -480px -113.5px;
}
.tile8 {
    background-position: -720px -113.5px; 
}
.tile9 {
    background-position: 0px -227px;
}
.tile10 {
    background-position: -240px -227px;
}
.tile11 {
    background-position: -480px -227px;
}
.tile12 {
    background-position: -720px -227px; 
}
.tile13 {
    background-position: 0px -340.5px; 
}
.tile14 {
    background-position: -240px -340.5px; 
}
.tile15 {
    background-position: -480px -340.5px; 
}
.tile16 {
   	background: white;
}





