html, body {
	background-color : #fff;
	color : #333;
}

#hd {
	width : 450px;
	margin : 20px auto 0;
}

h1 {
	width : 450px;
	height : 450px;
	margin-bottom : 20px;
	background : url(../img/logo.png) no-repeat;
	text-indent : -9999px;
}

p {
	margin : 0;
	text-align : center;
	font-family : "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size : 12px;
	line-height : 20px;
}

a:link, a:visited {
	color : #999;
	text-decoration : none;
}

a:hover {
	color : #333;
	text-decoration : underline;
}