@import url("./whitespace-reset.css");

/* pink d21f43 */

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Sans-serif;
	text-align: center;
	background: #fff; }

#sitewrapper {
	width: 800px;
	margin: 50px auto 0 auto;
}
#content {
	width: 800px;
	height: 525px;
	margin: 0;
	display: block;
	background: transparent url("../home.jpg") no-repeat 0 0;
}
/*
#logo {
	font-size: 140px;
	line-height: 100px;
	display: block;
	color: #fff;
	text-align: center;
	padding: 0;
}
*/
#enter {
	height: 300px;
	line-height: 525px;
	font-size: 110px;
	display: block;
	font-family: "Arial Black";
	text-align: center;
	font-weight: bold;
}
	#enter a {
	height: 300px;
	display: block;
	color: #fff;
	/*color: #d21f43; pink */
	text-indent: -9999px;
}
#enter a:hover {
	text-indent: 0px;
	display: block;
}


