@charset "utf-8";
/* CSS Document */
 
#flashPlaceholder { 
	background-image:url(../images/flash_placeholder.png);
	position:relative;
	float:left;
	width:480px;
	height:298px;
	top:30px;
	left:8px;
} 
#flashContainer { 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position:absolute;
	z-index:0;
	width:480px;
	height:298px;
	border-color:#666666;
	border-left:thin;
	border-bottom:thin;
	border-top:thin;
	border-right:thin;
}
#flashContainer div.flashContent { 
	z-index:30;
	position:absolute;
	left:8px;
	top:30px;
}
.logoForFlash {
	background-image:url(../images/FVS_Logo_RGB_135x35.jpg);
	background-repeat:no-repeat;
	width:135px;
	height: 35px;
	margin:33px 0pt 0pt 10px;
	position: absolute;
	z-index:500;
}
.logoForFlash span { display:none;}

#html{
position: absolute;
z-index:1;
top: 10px;
left: 10px;
}

#leftItem1 {height:452px;}
