html, body {
	height: 100%;         /* required */
	cursor: default;
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background: #555;
}
div#distance {
	margin-bottom: -256px;/* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: center;   /* horizontal centering hack for IE */
	height: 512px;        /* required - desired height */
	width: 512px;         /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	border: 1px solid black;
	background: black;
}
.icon {
	height: 126px;
	width: 126px;
	background: #eee;
	float: left;
	text-align: center;
	font-size: 128px;
	overflow: hidden;
	position: relative;
	border: 0px solid black;
	margin: 1px;
}
/*.icon:hover {
	cursor: default;
	background: #ffb;
}*/
.glyph {
	width: 100%;
	height: 100%;
	z-index: 100;
}
.iconText {
	position: absolute;
	text-align: center;
	width: 512px;
	font-variant: small-caps;
	font-weight: bold;
	height: 128px;
	color: #333;
}
.iconTextSmall {
	position: absolute;
	text-align: right;
	right: 4px;
	bottom: 4px;
	font-size: 16pt;
	font-weight: bold;
	color: #666;
}
#row_a, #row_b, #row_c, #row_d {
	height: 128px;
}
ul.twitter li a {
	display: block;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
#preloader img {
	display: none;
}