html {
		overflow: hidden;
	}
		
a {
		text-decoration: none;
		color: #B8B8B8  ;
		
	}
	
a:link {
		text-decoration: none;
		color: #B8B8B8  ;
	}	

a:hover {
		text-decoration: none;
		color: white ;
				}
	
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		background:#000;
	}
	#screen {
		position: absolute;
		width: 891px;
		height: 550px;
		left: 50%;
		top: 50%;
		margin-left:-445px;
		margin-top:-275px;
		background: #111;
		overflow: hidden;
	}
	#screen .grid {
		position: absolute;
		background: #333;
		font-size: 0px;
		overflow: hidden;
	}
	#screen .txt {
		position: absolute;
		font-size: 14px;
		color: #fff;
		font-family: arial;
		overflow: hidden;
	}
	#screen .menu {
		position: absolute;
		font-size: 12px;
		color: #fff;
		font-family: arial;
		overflow: hidden;
		cursor: pointer;
	}
	#screen .menubackgroundcolor {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	#screen .wrapper {
		position:absolute;
		left: 2%;
		top: 2%;
		width: 96%;
		height: 96%;
		overflow: hidden;
	}
	
	#screen .finance {
		position: absolute;
		right: 2%;
		bottom: 3%;
		font-size: 24px;
		font-weight: 600;
		color: #fff;
		font-family: arial;
		overflow: hidden;
	}
	
	#screen .wrapper img {
		float: left;
		margin-right: 6px;
		margin-bottom: 0px;
	}
	#screen h1 {
		position:relative;
		top: 20px;
		width: 100%;
		text-align: center;
		letter-spacing: 0px;
		font-size: 2.5em;
	}
	
	#screen h2 {
		position:relative;
		width: 100%;
		text-align: center;
		letter-spacing: 0px;
		font-size: 1em;
	}

	#screen h3 {
		position:relative;
		width: 100%;
		font-size: 100%;
		text-align: left;
		font-weight: 600;
	}
	
	#screen .menucontent {
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 100px;
		letter-spacing: 0px;
		font-weight: bold;
		top: -5px;
	}
	
	#screen .popisek {
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 0px;
		font-weight: bold;
		top: 100px;
	}
	
	#screen .odkaz {
		position: absolute;
		width: 100%;
		top: 0px;
		left: -2px;
	}
	
	#screen .submenucontent {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
	#screen .submenutitle {
		position: absolute;
		top: -12px;
		font-size: 64px;
		font-weight: bold;
	}
	#screen .submenu {
		position: absolute;
		width: 100%;
		top: 55px;
	}
	
	#screen .submenuline {
		position: relative;
		height: 18px;
		font-size: 14px;
		margin-top: 1px;
	}
	
	#screen .lineover {
		background: #0064a0;
		color: #333;
		font-weight: bold;
	}
	
	#loader {
		position:absolute;
		left: 50%;
		top: 50%;
		width: 50px;
		margin-left: -25px;
		margin-top: -14px;
		text-align: center;
		font-family: arial;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		background: #000;
		outline: #111 solid 3px;
		opacity: 0.6;
		filter: alpha(opacity=60);
		z-index: 1000;
	}
	#htmlBank {
		display: none;
		
	}