body {
	background:#33657e;
}
#year {
	top:50%;
	left:50%;
	width:1500px;
	height:500px;
	margin:-250px 0px 0px -750px;
	position:fixed;
	text-align:center;
	font-size:50em;
	line-height:500px;
	color:#44748c;
	text-transform:uppercase;
}
#content {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/layout/bg_0.gif);
}
#content a {
	width:400px;
	height:246px;
	left:50%;
	margin:0px 0px 0px -200px;
	display:none;
	position:absolute;
}
#content a img {
	width:100%;
	height:100%;
}
#details {
	left:50%;
	top:50%;
	width:690px;
	height:465px;
	margin:-235px 0px 0px -345px;
	position:absolute;
	display:none;
	overflow:auto;
	color:#ffffff;
}
#details img {
	top:20px;
	left:20px;
	position:absolute;
}
#details div {
	top:20px;
	left:20px;
	width:610px;
	height:380px;
	display:none;
	position:absolute;
	padding:10px 20px 10px 20px;
	overflow:auto;
}
#details div dl {
	font-size:1.6em;
	line-height:20px;
}
#details div dl dt {
	clear:both;
	float:left;
	width:100px;
	padding:10px 0px 0px 0px;
}
#details div dl dd {
	padding:10px 0px 0px 0px;
	float:left;
	width:510px;
}
#details ul {
	padding:425px 20px 0px 20px;
	font-size:1.4em;
	line-height:20px;
	height:20px;
}
#details ul li {
	list-style:none;
	display:inline;
}
#details ul li.right {
	float:right;
}
#details ul li a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:#33657e solid 1px;
}
#details ul li a:hover {
	color:#33657e;
	text-decoration:none;
}
#nav {
	position:absolute;
	width:100%;
	text-align:right;
	padding:10px 0px 0px 0px;
}
#nav li.current {
	border-bottom:#33657e solid 1px;
}
#footer {
	color:#264f64;
}