/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/intro_bg.jpg) repeat-y center;
	height: 100%;
	width: 100%;
	font-size: 75%;
	font-family: 'Arial CE', Arial, 'Helvetica CE', helvetica, sans-serif;
	font-size: 75%;
	color: white;;
}
a{color: white; text-decoration: none;}
a:hover{color: red;}
#mother {
height: 100%;
width: 100%;
}
#center {
	width: 750px;
	height: 386px;
	margin: -242px 0  0 -380px; 
	order: 1px solid red ;
	position: absolute;
	op: 50%;
	left:50%;
	background: url(../img/intro.jpg) no-repeat ;
}
h1{visibility: hidden;}
.enter{font-size: 1.5em; font-weight: bold;
position: absolute;
bottom:4px;
right:0px;
}
#pruh{	height: 386px; width: 100%; background: url(../img/intro_pruh.gif) repeat-x ; position: absolute; top: 57%; }
.lang{position: absolute; top: 289px; left: 186px; list-style: none; width: 200px;}
.lang li{ float: left; margin-right: 2px;}
.lang li a{display: block;height: 22px; width: 22px;}
.lang li a:hover{border: 1px solid red; }
.lang li span{display: none;}

