body {
	font-family: Tahoma, sans-serif;
	color: #000000;
	background-color: rgb(0,125,255);
	/*background-image: url(../images/bg_lily_cole_24.png);
	background-repeat: no-repeat;
	background-position: center 25% ;*/
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}
div.maska {
	height: 100%;
	width: 100%;
	position: absolute;
/*	background-image: url(../images/bg_lily_cole_24.png); */
	background-image: url(../images/bg_podluzny_24.png);
	background-position: center center;
}
div.content {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	margin-top: -75px;
	top: 50%;
}
.content div.text {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: none;
}
.tip {
	font-size: 0.8em;
}
div.load {
	text-align: center;
	padding-top: 54px;
	padding-right: 10px;
	padding-bottom: 54px;
	padding-left: 10px;
}
