@import url(super_style.css);

html, body {
	height: 100%;
	background: #668041;
	text-align: center;
}

#container {
	min-width: 980px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -245px;
	width: 100%;
	height: 490px;
	background: url('../img/bg_intro.gif') repeat-x;
	z-index: 1;
}

#res {	
	width: 93px;
	height: 91px;
	display: block;
	cursor: pointer;
	position: absolute;
	left: 685px;
	top: 85px;
	z-index: 90; 
	font-size: 0px;
}

#res a {
	z-index: 91; 
	display: block;
	width: 93px;
	height: 91px;
	cursor: pointer;
}

#res span { display: none; }

#container2 {
	z-index: 2;
	position: relative;
	top: 50%;
	width: 980px;
	margin: 0 auto 0 auto;
	margin-top: -245px;
	height: 490px;
	text-align: left;
}

#intro {
	margin: auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 348px;
	background: url('../img/intro.jpg') bottom center no-repeat;
	z-index: 6;
}
		
h1 {
	position: absolute;
	top: 20px;
	left: 13px;
	width: 336px;
	height: 98px;
	background: url('../img/logo_intro_lt.png');
}
	
h1 span {
	display: none;
}
		
#marquee {
	position: absolute;
	top: 44px;
	right: 10px;
	width: 410px;
	height: 70px;
	line-height: 160%;
	cursor: default;
	font-size: 10px;
	text-align: justify;
}
	
		
#marquee p, #marquee h3, #marquee a {
	font-size: 16px;
}

#marquee a {
	text-decoration: none;
}
#marquee a:hover {
	text-decoration: underline;
}

#menu {
	position: absolute;
	top: 385px;
	height: 40px;
	z-index: 3;
	font-size: 0px;
	list-style: none;
}
		
#menu li {
	float: left;
	margin: 0 2px 4px 2px;
}
		
#menu li a {
	display: block;
	width: 109px;
	padding: 14px 0 14px 0;
	background: url('../img/bg_menu_intro.png');
	font: bold 14px Georgia;
	color: #613816;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

#menu li a:hover {
	text-decoration: underline;
}
	
#lang {
	position: absolute;
	top: 20px;
	right: 20px;
	list-style: none;
	z-index: 10;
}

#lang li {
	float: left;
	margin: 0 5px 0 5px;
}
	
#lang li a {
	font: 12px verdana;
	color: #DFD29B;
	text-decoration: none;
}
	
#lang li a:hover {
	text-decoration: underline;
}