body {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: 11px;
	background: #fff;
}

div#cn {
	position: relative;
	width: 333px;
	height: 600px;
	margin: 0 auto;
	background: #fff url(img/bg.png) no-repeat;
	overflow: hidden;
}

div#cn h1 {
	margin: 50px 0 0 0;
}

div#cn h1 a,
div#cn a#neglogo {
	display: block;
	width: 0;
	height: 0;
	padding: 114px 0 0 114px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(img/logo.png) no-repeat;
}

div#cn a#neglogo {
	position: absolute;
	top:0;
	left:50%;
	margin: 63px 0 0 -57px;
	background: transparent url(img/logo_neg.png) no-repeat;
}

div#cn pre {
	font-family: Georgia;
	font-weight: bold;
	color: #fff;
	margin: 60px 0 0 60px;
}

div#cn address {
	color: #fff;
	margin: 70px 0 0 60px;
}

div#cn div#cache {
	position: absolute;
	top:-100px;
	left:0;
	width:100%;
	height:700px;
	overflow: hidden;
}

div#cn div#cache img {
	position: absolute;
	top:0:
	left:0;
}

div#cn div#cache img#hide2 {
	left: -60px;
}

div#cn div#cache div {
	position: absolute;
	top:130px;
	left:0;
	right: 0;
	bottom: 0;
	background: #fff;
}
