html, body {
	height:100%;
}
body {
	margin: 0px;
	background-image: url(immagini/intro_04.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#sopra {
	background-image: url(immagini/sopra.gif);
	background-repeat: repeat-x;
	height: 76px;
	position: fixed;
	top: 0px;
	width: 100%;
}
#sotto {
	background-image: url(immagini/sotto.gif);
	background-repeat: repeat-x;
	position: fixed;
	height: 50px;
	bottom: 0px;
	width: 100%;
}
#sotto p {
	color:#777;
	font:9px verdana;
	text-align:center;
}
#logo {
	background-image: url(immagini/logo.gif);
	position: fixed;
	height: 76px;
	width: 262px;
	top: 0px;
	left: 20px;
}
#enterEN, #enterRU {
	position:absolute;
	left:50%;
	top:50%;
}
#enterEN {
	margin-left:-85px;
	margin-top:-120px;
}
#enterRU {
	margin-left:-98px;
	margin-top:95px;
}

