/* ---------------------------------------------------- body / html ---------------------------------------------- */
body, html {
	border: 0px;
	margin:0px 0 0 12px;
	padding:0;
}

body {
	background:#ffffff;
	background-image:url(../images/bg_intro.jpg);
	background-color:#deedff;
	color:#003d8f;
	font-size:80%;
	font-family:"Trebuchet MS";
	margin:0;
	padding:0;
	height: 100%;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #003d8f;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	SCROLLBAR-BASE-COLOR: #cccccc;
	scrollbar-3d-light-color: #cccccc;
	height: 100%;
}

/* ----------------------------------------------------- wrapper -------------------------------------------------- */
div#wrapper {
	position: relative;
	width:1050px;
	min-height:100%;
	margin: 0 auto;
	background-image:none;
	background-repeat:repeat-y;
	z-index:1;
}

* html #wrapper {height:100%;}

/* ----------------------------------------------------- Flash ----------------------------------------------------- */
#flash {
	position:absolute;
	top:164px;
	left:0px;
	width:1050px;
	height:378px;
	background-image:url(../images/flash.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Enter ----------------------------------------------------- */

#navi-enter {
	list-style-type: none;
	display: block;

}

#navi-enter a {
	list-style-type: none;
	display: block;

}

/*  ---------------------------------------- Buttons ---------------------------------------- */
li#button-enter {
	width:126px;
	height:51px;
	background:url(../images/enter_b.jpg);
}
li#button-enter a {
	width:126px;
	height:51px;
	background:url(../images/enter_a.jpg);
}

Ul#navi-enter li a:hover {
	background:none;
}

#enter {
	position:absolute;
	top:554px;
	left:449px;
	width:126px;
	height:51px;
}

#object {
	width: 100%;
	height: 100%;
}

