body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	overflow: hidden;
}

#logo {
	width: 300px;
	height: 300px;
	text-indent:-9999px;
	position:absolute;
}

#info {
	width: 280px;
	height: 280px;
	margin: 10px;
	color: #CCC;
	position:absolute;
	border: 1px #CCC solid;
	background:url(infobox.png) repeat-x;
}

#info h1 {
	color: #999;
	font-size:15px;
	height: 28px;
	line-height: 28px;
	padding: 0px 0px 0px 10px;
}

#info p {
	margin: 45px 20px;
}

#logo a {
	display:block;
	width: 300px;
	height: 300px;
	background:url(logo.png);
	outline:none;
}
#logo a:hover {
	background:url(logo.png) 0px 300px;
}
