@font-face {
    font-family:		AdineKirnberg-Script;
    font-style:			normal;
    font-weight:		normal;
    src:			url(../data/adine.eot);
}

body {
	background-color:	#000000;
	background-image:	url(../images/bgi.png);
	background-repeat:	repeat-x;
}

#div_text {
	position:		absolute;
	top:			30%;
	left:			40%;
	font-family:		AdineKirnberg-Script;
	font-size:		9em;
	color:			#FBDC00;
	text-align:		center;
	filter:			shadow(color:#606060, strength:3, direction:135);
	cursor:			pointer;
}

#intro_bgi {
	position:		absolute;
	height:			75%;
	top:			12.5%;
	left:			12.5%;
	cursor:			pointer;
}

#div_text_small {
	font-size:		0.4em;
}

#div_languages {
	position:		absolute;
	left:			50%;
	top:			80%;
	display:		none;
	font-size:		0.1em;
	font-family:		verdana;
	z-index:		2;
	cursor:			pointer;
}
