@charset "UTF-8";
/* CSS Document */

.BcgrdImage {
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: auto;
	position: absolute;
}
.logo {
	position: absolute;
	z-index: 2;
	top: 35%;
	left: 50%;
	margin-left: -50px;
}
.textUndrConstr {
	position: absolute;
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #666666;
	font-size: small;
	margin-top: 110px;
	width: 100%;
	left: 0px;
	top: 35%;
}
.textContact {
	position: absolute;
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #666666;
	font-size: x-small;
	margin-top: 30px;
	width: 100%;
	left: 0px;
	top: 85%;
}
.textUndrConstrLine {
	position: absolute;
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #666666;
	font-size: small;
	margin-top: 113px;
	width: 100%;
	left: 0px;
	top: 35%;
	margin-left: -1px;
}
a:link {
	color: #666666;
}
a:active {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

