body, html {
	height: 100%;
	background-color: #222014;
	margin: 0px;
	padding: 0px;
}	    
#container	{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 447px;
	height: 188px;
	margin-left: -223px; /* half of width */
	margin-top: -94px;  /* half of height */
	cursor: pointer;
	cursor: hand;
}
#container h1 a, #container h1 a:link, #container h1 a:visited, #container h1 a:active, #container h1 a:focus  {
	background: url(../images/eric_rihlmann_designer.gif) no-repeat;
	text-indent: -5000px;
	width: 447px;
	height: 188px;
	display: block;
}
#container h1 a:hover {
	background: url(../images/eric_rihlmann_designer.gif) no-repeat 0px -188px;
}
