@charset "utf-8";
.Container {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	float: left;
	height: 735px;
	width: 790px;
	position: absolute;
}
.Left {
	position: absolute;
	width: 196px;
	left: 0px;
	height: 704px;
	bottom: 0px;
	visibility: visible;
	background-image: url(images/travka_leva.png);
	background-repeat: no-repeat;
}
.Righ {
	position: absolute;
	height: 725px;
	width: 138px;
	right: 0px;
	bottom: 0px;
	visibility: visible;
	background-image: url(images/plant_right.png);
	background-repeat: no-repeat;
}
.Logo {
	position: absolute;
	height: 221px;
	width: 309px;
	top: 100px;
	left: 250px;
	visibility: visible;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.Sun {
	position: absolute;
	height: 165px;
	width: 165px;
	top: 0px;
	right: 80px;
	background-image: url(images/sun_small.png);
	background-repeat: no-repeat;
}
.Welcome {
	font-size: 24px;
	position: absolute;
	height: 66px;
	width: 238px;
	left: 100px;
	top: 15px;
	color: #101387;
	background-image: url(images/welcome.png);
	background-repeat: no-repeat;
}




body {
	background-color: #101387;
}
