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

BODY { 
background: #FFFFFF;
padding:0;
margin:4;
}

#header
    {
	width:100%;
	background-color: #EFEFEF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
/*	margin:0px 18px;
	padding-left: 0px;
	background-color: white;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	border-bottom-color: Black;*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 24px;
	line-height: 60px;
    }
	
	
#instruction
    {
	width:100%;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF;
/*	margin:0px 18px;
	padding-left: 0px;
	background-color: white;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	border-bottom-color: Black;*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #AAAAAA;
	font-size: 24px;
	line-height: 48px;
    }
	
#footer
    {
	bottom:0;
	width:100%;
	text-align:center;
	background-color: #EFEFEF;
	margin-top: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 16px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FF0004;
	font-size: 24px;
	line-height: 60px;

    }
	
/*	#body {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	text-align: center;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 28px;
	background-color: White;
}*/

/*	table {
  margin: 10px solid #CCCCCC;
}*/

.tile1, .tile2, .tile3, .tile4, .tile5, .tile6, .tile7, .tile8, .tile9, .tile10, .tile11, .tile12, .tile13, .tile14, .tile15, .tile16, .tile17, .tile18, .tile19, .tile20, .tile21, .tile22, .tile23, .tile24, .tile25 {
   display: table-cell;
  width: 124px;
  height: 124px;
  border: 2px solid #CCCCCC;
  background: url("5x5_09_desktop.png"); 
  cursor: pointer;
}

.tile1 {background-position: 0px 0px;}
.tile2 {background-position: -124px 0px;}
.tile3 {background-position: -248px 0px;}
.tile4 {background-position: -372px 0px;}
.tile5 {background-position: -496px 0px;}

.tile6 {background-position: 0px -124px;}
.tile7 {background-position: -124px -124px;}
.tile8 {background-position: -248px -124px;}
.tile9 {background-position: -372px -124px;}
.tile10 {background-position: -496px -124px;}

.tile11 {background-position: 0px -248px;}
.tile12 {background-position: -124px -248px;}
.tile13 {background-position: -248px -248px;}
.tile14 {background-position: -372px -248px;}
.tile15 {background-position: -496px -248px;}

.tile16 {background-position: 0px -372px;}
.tile17 {background-position: -124px -372px;}
.tile18 {background-position: -248px -372px;}
.tile19 {background-position: -372px -372px;}
.tile20 {background-position: -496px -372px;}

.tile21 {background-position: 0px -496px;}
.tile22 {background-position: -124px -496px;}
.tile23 {background-position: -248px -496px;}
.tile24 {background-position: -372px -496px;}
.tile25 {background: #CCCCCC; cursor: default;}
/*.tile25 {background-position: -768px -768px;}


