body {
	text-align: center;
	background-color: #fff;
}

#container {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}

#wrap {
	float: left;
	width: 760px;
}

#content {
	float: right;
	width: 520px;
	position: relative;
}

#left-bar {
	float: left;
	width: 240px;
}

#content p {
	margin-bottom: 0.5em;
	padding-top: 62px;
}

#content p a img {
	vertical-align: bottom;
}

#content p a img.enter {
	position: absolute;
	top: 348px;
	left: 88px;
}

#right-bar {
	float: right;
	width: 240px;
}

ul {
	padding: 3px 0 0 0;
	overflow: hidden;
	list-style: none;
}

ul li a {
	display: block;
	width: 240px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 3px;
}

ul li img {
	vertical-align: bottom;
}

