
/* Splash page 
****************************************/
body { background : url("/images/bg_splash.gif"); }

#container {
	background: url("/images/splash.gif") left top no-repeat;
	width: 800px;
	height: 363px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -400px;
	}

h1 {
	width: 226px; 
	display: block;
	position: relative;
	top: 304px;
	left: 288px;
	padding: 60px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:60px; /* for IE5/Win */
	}
ul {
	list-style-type: none;
	width: 778px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 135px 0 0 -389px;
	padding: 0;
	}
ul li { float: left; }
ul li a {
	display: block;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
	
#btn-product a { width: 70px; }
#btn-techinfo a { width: 79px;  margin-left: 19px; }
#btn-gallery a { width: 65px; margin-left: 20px; }
#btn-history a { width: 64px; margin-left: 270px; }
#btn-headlines a { width: 85px; margin-left: 20px; }
#btn-contact a { width: 64px; margin-left: 21px; }