#storyHead{
	background: url('../images/story/storyHead.gif') no-repeat;
	width: 100%;
	height: 118px;
}

#videoArea{
	background-color: #e3e2d0;
	height: 452px;
	width: 998px;
	position: relative;
	margin-left: 55px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

#swfPlaceholder{
	background: url('../images/story/Story_clicktowatch.jpg') no-repeat;
	width: 600px;
	height: 300px;
	border: 3px solid #ecebe4;
	margin-left: auto;
	margin-right: auto;
}

#storySWF{
	position: absolute;
	width: 600px;
	height: 300px;
	left: 253px;
	top: 391px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

#flash{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 4;
}

#storyBodyH1{
	background: url('../images/story/storyBodyH1.gif') no-repeat;
	width: 100%;
	height: 23px;
	margin-top: 40px;
	margin-bottom:30px;
}

#storyBody{
	margin-left: 105px;
	margin-bottom: 45px;
	width: 735px;
	line-height: 20px;
}

#storyClose{
	position: absolute;
	border: none;
	background: none;
	background: url('../images/story/close.png') no-repeat;
	width: 24px;
	height: 24px;
	top: -10px;
	right: -10px;
	z-index: 99;
}

#storyCover{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-color:#000;
    z-index: 2;
    -moz-opacity:0.5;
    opacity:0.5;
    filter: alpha(opacity=80);
}
