#header_flash_container { 
	position:absolute;
	z-index:3;
	top:85px;
	left:0px;
	width:100%;
	height:160px;
	margin: 0px;
	padding: 0px; 
	background-color: #FFF;
	overflow: hidden;
} 

#flash_left_container {
	position: absolute;
	z-index:4;
	top:0px;
	left:0px;
	margin: 85px 0px 0 3px;
	padding: 15px 0px 0px 0px;
	width:200px;
	min-height:250px;
	background:url("/images/background_menu.png") top left no-repeat;
}

#left_container {
	height:400px;
	background: none;
}

#flash_header{
}

#page_container {
}

#overlay_content{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	margin: 0;
	padding: 0;
}
