html {
	height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color:#ffffff;
	overflow:hidden;
	}

body {
	height:100%; 
	overflow:hidden;
	padding:0; 
	margin:0; 
	border:0;
	background: #ffffff url('../images/background_white.jpg') no-repeat fixed center center;
	}


#container {

	position: absolute;
	top:35%;
	text-align:center; 
	background-repeat: no-repeat;
	background-image: url('../images/logo_black.png');
	background-position:center top;
	width: 100%;
	z-index: 3;
}

#back {
	text-align:center; 
	background-repeat:repeat-x;
	background-image: url('../images/index_back.gif');
	background-position:right;
	width:100%;
	z-index: 4;
}

#navi {
	text-align:center; 
	font-size: 0px;
	z-index: 5;

}
