#overlay {
	position: absolute;
	width: 542px;
	height: 156px;
	top: 148px;
	left: 322px;
}
#overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 542px;
	height: 156px;
	background: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#caption, #caption.sIFR-active {
	position: absolute;
	display: block;
	width: 500px;
	height: 53px;
	top: 40px;
	left: 30px;
	z-index: 1;
	font-size: 25px;
	line-height: 1em;
}
#caption.sIFR-active {
	visibility: hidden;
}
#overlay a {
	position: absolute;
	z-index: 2;
	top: 105px;
	left: 0;
	color: #666;
	font-weight: bold;
	margin-left: 30px;
	text-decoration: none;
}
#overlay a:hover {
	text-decoration: underline;
}

#mission, #news {
	width: 380px;
	padding-bottom: 20px;
}
#mission {
	float: left;
	border-right: 1px solid #c0c0c0;
	padding-right: 20px;
}
#news {
	float: right;
}
#body {
	padding-bottom: 0;
	margin: 0;
}

#main {
    *height: 650px;
}