html, body {
	height: 100%;
}

div#page {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
}

div#entrance {
	background-image: url(../img/entrance.gif);
	background-repeat: no-repeat;
	height: 595px;
	left: 50%;
	margin-left: -290px;
	position: relative;
	padding-top: 10px;
	width: 580px;
	overflow: hidden;
	margin-bottom: 120px;
	z-index: 3;

}

	body > div div#entrance {
		padding-bottom: 120px;
		margin-bottom: 0;
	}


div#logo-small {
	background-image: url(../img/logo_small_en.png);
	//background-image: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/logo_small_en.png);
	background-repeat: no-repeat;
	height: 103px;
	left: 170px;
	position: absolute;
	top: 413px;
	width: 220px;
}

div#langs {
	left: 180px;
	position: absolute;
	top: 517px;
	width: 220px;
}

	div#langs a {
		color: #C0A5A0;
		font-size: 90%;
		margin-left: 2.4em;
	}
	
	div#langs a:hover {
		color: #DCC1BC;
		
	}
	
div#footer {
	background-image: url(../img/entrance_bar.png);
	background-repeat: repeat-x;
	//background: none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/entrance_bar.png', sizingMethod='scale');
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	height: 120px;
}

	div#footer a {
		color: #C0A5A0;
	}
	
	div#footer p {
/*		margin-bottom: 0.3em;*/
	}
	
	div#promo-left a, div#promo-right a {
		color: #D8D8D8;
	}
	
	div#promo-left, div#promo-right {
		bottom: 120px;
		position: absolute;
		color: #D8D8D8;
		font-size: 12px;
		width: 270px;
	}

	div#promo-left {
		left: 5%;
	}
	
	div#promo-right {
		right: 5%;
	}
	
	div#copyright {
		margin-left: 20px;
		margin-top: 32px;
		color: #C0A5A0;
		font-size: 90%;
		clear: both;
	}
	
	div#copyright-1, div#copyright-2 {
		font-size: 11px;
		color: #D8D8D8;
		margin-right: 10%;
		line-height: 1.5em;
		margin-top: 1em;
	}
	
	div#copyright-1 {
		margin-left: 37px;
		//margin-left: 18px;
		float: left;
	}
	
	div#copyright-2 {
		float: left;
		z-index: 1;
	}
	
	div#entrance-banners {
		margin-top: 10px;
		margin-right: 20px;
		float: right;
	}
/*
div#text {
	left: 50%;
	position: absolute;
	top: 612px;
	width: 580px;
	margin-left: -290px;
}
	
	div#promo {
		margin-top: 2em;
		color: #D8D8D8;
		font-size: 70%;
		line-height: 1.7em;
	}
	
	div#copyright {
		margin-top: 1em;
		text-align: center;
		color: #C0A5A0;
		font-size: 90%;
	}
	*/