body {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #000;
	font-family: serif;
	font-size: 12px;
}
p {
	margin: 0 0 20px 0;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
#header, #footer {
	position: fixed;
	width: 100%;
	height: 30px;
	background-color: #000;
	line-height: 30px;
	z-index: 2;
	overflow: hidden;
}
#header {
	top: 0;
	border-bottom: 1px solid #777;
	font-size: 14px;
}
#header a {
	margin-left: 30px;
}
#header a b {
	color: #fff;
}
#content {
	position: absolute;
	width: 720px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
#movie {
	position: absolute;
	width: 640px;
	text-align: center;
}
#photo, #photoInfo {
	display: none;
}
#photo {
	position: absolute;
	overflow: hidden;
	cursor: help;
	line-height: 0;
	z-index: -1;
}
#photoInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 2.5%;
	width: 100%;
	height: 30px;
	line-height: 15px;
	background: transparent url(/pane.png) repeat;
	color: #fff;
}
#photoInfo div {
	float: left;
	width: 47.5%;
}
#photoInfo .left {
	text-align: left;
}
#photoInfo .right {
	text-align: right;
}
#footer {
	bottom: 0;
	border-top: 1px solid #777;
	text-align: center;
	color: #777;
}
#footer a {
	margin: 0 5px;
}
