/* CSS Document */
html{
	overflow:auto;
	width:100%;
	height:100%;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#af9651;
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#fdf9f1;
}

a{
	color:#af9651;
}

a:hover{
	color:#000032;
}

#intro{
	position:relative;
	overflow:hidden;
	margin:0;
	width:100%;
	height:100%;
	background:#e5d49c url(images/introsf.jpg) center repeat-x;
}

#intro-cont{
	position:absolute;
	margin:-250px auto 0 -415px;
	width:830px;
	height:500px;
	top:50%;
	left:50%;
	background:url(images/intro.jpg) no-repeat;
}

#logointro{
	position:relative;
	overflow:hidden;
	height:115px;
	background:url(images/logointro.gif) 50% 80px no-repeat;
}

#logointro h1{
	display:block;
	margin:0;
	padding:115px 0 0;
}

#flashintro{
	position:relative;
	height:270px;
}

#bottomintro{
	position:relative;
	overflow:auto;
	margin:9px auto;
	padding:0;
	width:170px;
}

#bottomintro li{
	list-style-type:none;
	float:left;
}

#bottomintro li a{
	overflow:hidden;
	display:block;
	width:85px;
	height:17px;
}

#bottomintro li a h2{
	padding-top:15px;
}

#bottomintro li a.ita{
	background:url(images/enter.gif) 0 0 no-repeat;
}

#bottomintro li a.eng{
	background:url(images/enter.gif) -85px 0 no-repeat;
}