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

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


#top {

	position: absolute;
	top:4%;
	right: 0px;
	z-index: 3;
	text-align:right;
	background-repeat: no-repeat;
	background-image: url('../images/logo_white.png');
	background-position:right top;
	width: 525px;
	height: 100px;
}


#navi {

	margin-right:0px;	
	text-align:right; 
	color: #ffffff;
	text-transform: lowercase;
	font-size: 0px;
	background-repeat: no-repeat;
	background-image: url('../images/logo_back_grey.png');
	background-position:right;
	z-index: 2;

}

#bottom {

	position: absolute;
	bottom:0px;
	right:37px;
	z-index: 4;
	text-align:right;
	height: 16px;
	width: 180px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-image: url('../images/changerback.png');
	background-position:left;
}

