#content {
	background: url('../images/background-about.jpg') bottom no-repeat;
}

#body {
	position: absolute;
	top: 10px; right: 10px;
	width: 601px; height: 149px;
	padding: 5px; margin: 10px;
	font-size: 0.875em;
	overflow: auto;
}

#content div.contents {
	padding: 0;
	margin: 0;
}

#content h2 {
	display: none;
}

#content .contents *:first-child,
#content .contents h2:first-child + * {
	margin-top: 0;
}

#content_links {
	display: none;
}

/*
// Left-side navigation
*/

#content_links h3 {
	display: none;
}

#content_links ul {
	position: absolute;
	top: 20px; left: 20px;
	width: 187px;
	margin: 0;
	padding: 0;
}

#content_links li {
	display: inline;
}

#content_links a {
	display: block;
	width: 187px; height: 41px;
	margin-bottom: 15px;
}

#content_links span {
	display: none;
}

#content_links li.publicity a {
	background: url('../images/about_publicity.png') no-repeat;
}

#content_links li.theshow a {
	background: url('../images/about_theshow.png') no-repeat;
}

#content_links li.closeup a {
	background: url('../images/about_closeup.png') no-repeat;
}