body {
	background: url('img/bg.gif'); 
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div#splash {
	width: 550px;
	height: 260px;
	background: url('img/line.png') top center no-repeat; 
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -275px;
	margin-top: -130px;
	border: none
}
img {border: none}
div#splash img#blueboard { position: absolute; left: 0; top: 110px; }
div#splash img#inventiva { position: absolute; right: 0; top: 110px; }
div#contact { position: absolute; right: 30px; bottom: 30px; }

/* IE6 */
*html div#splash { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/splash.png", sizingMethod="crop"); }
