
/* Menu Postion */
ul.dropdown {
	position: absolute;
	left: 260px;
	top: 5px;
	z-index: 597;
	float: left;
}

.story-holder {
	position: absolute;
	top: 110px;
}

.top-area {
	background: url(../images/top-area.png) no-repeat;
	width: 808px;
	height: 355px;
	position: absolute;
	top: -10px;
	left: 25px;
	z-index: 2;
}

.video {
	background: url(../images/video.png) no-repeat;
	width: 211px;
	height: 229px;
	position: absolute;
	top: 455px;
	left: 10px;
}

.text {
	position: absolute;
	top: 150px;
	left: 230px;
	background: url(../images/text.png) no-repeat;
	width: 604px;
	height: 545px;
}

.inner-text {
	font-size: 12.5px;
	padding: 15px 15px 15px 15px;
	line-height: 15px;
	color: #4b4b40;
}

.inner-text strong {
	color: #9db14f;
	font-weight: normal;
	font-style: normal;
}

.inner-text span {
	font-weight: bold;
}

.top-background {
	background: url(../images/top-background.png) no-repeat;
	z-index: -1;
	width: 882px;
	height: 513px;
	position: absolute;
	top: 175px;
}

.side {
	background: url(../images/bottom-area.png) no-repeat;
	width: 899px;
	height: 183px;
	position: absolute;
	top: 670px;
	left: -8px;
}

.bottom-about {
	top: 915px;
}

.bottom {
	top: 960px;
	left: 15px;
}


