@charset "utf-8";
/* CSS Document */

*{
	margin:0px; padding:0px;
}
html{
	height:100%;
}
body{
	height:100%;
}
.left{
	float:left; width:50%; height:100%; background:#001F2F url(../splash_images/ehlbg.jpg) no-repeat top right;
}
.right{
	float:right; width:49%; height:100%; background:#FFFFFF url(../splash_images/infbg.jpg) no-repeat top left;
}
.right .inf, .left .ehl{
	display:block; width:100%; height:100%;
}
.flash{
	position:absolute; top:550px; left:50%; margin-left:-110px; z-index:5; color:#999999; font-size:10px; width:220px; font-family: Arial, Helvetica, sans-serif;
}
.flash img{
	display:inline-block; margin:0px auto 25px auto;
}
.flash a.copy{
	color:#999999; text-decoration:none;
}