html, body#splash {
	height:100%;
}
#splash #outer-container {
	position:relative;
	width:970px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	background:url(../images/splash/bkg-container-trans.png) repeat-y;
}
#splash #inner-container {
	position:relative;
	background-color:#432216;
	/*background-color:#ffffff;*/
	overflow:hidden;
	height:100%;

}

#splash-flash-logo{
	position: absolute;
	top: 0;
	left: 0;
	width:315px;
	height:220px;
	z-index: -100;
}

#splash-flash-logo embed{z-index: 1;}
#splash-flash-logo object{z-index: 2;}

#splash #inner-container .splash {
	position:relative;	
	padding-top:120px;
	margin: 0;
	padding: 120px 130px 40px;	
	z-index: 0;
	background:#fff url(../images/img-dash2.gif) repeat-x bottom;
	
}

#splash #inner-container .splash .separator {
	position:absolute;
	top:130px;
	left:481px;
}

#splash #inner-container .splash .column{
	width: 300px;
	float:left;
	
}

.column_english{z-index: 10; position:relative;}


#splash #inner-container .splash .left {
	margin: 0 55px 0 0;	
	text-align:right;
	
}
#splash #inner-container .splash .right {	
	margin: 0 0 0 55px;	
}
#splash #inner-container .splash .basil {
	position:absolute;
	right:50px;
	bottom:-40px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
