body {
	background-position:center
}

#container {
	width: 950px;
	height: 490px;
	margin: auto;
	margin-top: 100px;
}

#title {
	
}

#content {
	width: 950;
	height: 355px;
	margin-top: 10px;
	padding: 10px;
	padding-top:30px;
	padding-bottom:30px;
	background-color: #ECE9D8;
	overflow: auto;
}

#menu {
	text-align: center;
}

#left {
	position: relative;
	float: left;
	width: 460px;
	height: 350px;
}

#right {
	position: relative;
	float: left;
	width: 460px;
	height: 350px;
}

#images {
	position: relative;
	float: left;
	width: 140px;
	height: 350px;
	line-height: 1.4em;
}

#main {
	position: relative;
	float: left;
	width: 650px;
	height: 350px;
	text-align: center;
}

#series {
	position: relative;
	float: left;
	width: 140px;
	height: 350px;
	vertical-align: middle;
	line-height: 1.4em;
}



#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ECE9D8;
	opacity: .8;
	filter: alpha(opacity = 80);
	visibility: hidden;
}

#overlayBox {
	position: fixed;
	top: 10px;
	left: 50%;
	width: 700px;
	height: 700px;
	margin-left: -350px;
	padding: 0px;
	text-align: center;
	overflow: auto;
	visibility: hidden;
}