html
{
	background-color: #c8c8c8;
}
body
{
	background-color: #c8c8c8;
	color: black;
	font: 1em "Century Gothic", Trebuchet, "Trebuchet MS", "Lucida Grande", Tahoma, Arial, sans-serif;
	margin: 1px;
}

/* Square containing tiles and an information block. */
#square
{
	background-color: #c0c0c6;
	height: 438px;
	left: 50%;
	margin: -219px 0px 0px -219px;
	padding: 0px;
	position: absolute;
	top: 50%;
	width: 438px;
}
#square .tile
{
	color: black;
	font-size: 8px;
	height: 73px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 73px;
}
#square .tile img
{
	border: none;
	height: 73px;
	width: 73px;
}
#square .tile.label
{
	font-size: 1em;
	height: 50px;/* == 73 - 23 */
	padding-top: 23px;
}
#square .tile.label:hover
{
	text-decoration: underline;
}

/* All 27 tiles. */
#t1 {left:  0px;top:  0px;}
#t2 {left: 73px;top:  0px;}
#t3 {left:146px;top:  0px;}
#t4 {left:219px;top:  0px;}
#t5 {left:292px;top:  0px;}
#t6 {left:365px;top:  0px;}
#t7 {left:  0px;top: 73px;}
#t8 {left: 73px;top: 73px;}
#t9 {left:146px;top: 73px;}
#t10{left:219px;top: 73px;}
#t11{left:292px;top: 73px;}
#t12{left:365px;top: 73px;}
#t13{left:  0px;top:146px;}
#t14{left: 73px;top:146px;}
#t15{left:365px;top:146px;}
#t16{left:  0px;top:219px;}
#t17{left: 73px;top:219px;}
#t18{left:365px;top:219px;}
#t19{left:  0px;top:292px;}
#t20{left: 73px;top:292px;}
#t21{left:365px;top:292px;}
#t22{left:  0px;top:365px;}
#t23{left: 73px;top:365px;}
#t24{left:146px;top:365px;}
#t25{left:219px;top:365px;}
#t26{left:292px;top:365px;}
#t27{left:365px;top:365px;}

/* Textblock with information on mouseover tiles. */
#info
{
	background: url( img/casa_logo_small.gif ) bottom left no-repeat;
	height: 159px;/* == 219 - 2 * 30 */
	left: 146px;
	padding: 30px 10px;
	position: absolute;
	text-align: center;
	top: 146px;
	width: 199px;/* == 219 - 2 * 10 */
}
#info .projectname
{
	display: block;
	font-size: 1.2em;
}
#info .projectlocation
{
	color: gray;
	display: block;
	padding-left: 30px;
}