html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ececec;
}

div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -150px;
	float: left;
}

div#blueBox {
	
	margin: 0 auto 0 auto;

	width: 525px;
	height: 300px;
	clear: both;
}

a, a:link, a:visited, a:active {
	padding: 0 0.6em 0 0.6em;
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #f00;
}