body { 
width: 100%;
height: 100%;
	margin: 0;
	padding: 0;
//	position: relative;
//	background: #bbddff; /* Для старых браузров */
//	background: #9cf; /* Для старых браузров */
//	-webkit-background: linear-gradient(to top, #fff, #29f);
//    -moz-background: linear-gradient(to top, #fff, #29f);
//    -ms-background: linear-gradient(to top, #fff, #29f);
//    -o-background: linear-gradient(to top, #fff, #29f);
    background: linear-gradient(to top, #fff, #9cf); 
}


.elem-fon-01 {
	width: 270px;
	height: 150px;
	position: absolute;
	top: 20px;
	left: 0px;
}
.elem-fon-04 {
	width: 300px;
	height: 200px;
	position: absolute;
	top: 50px;
	right: 0px;
//	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.elem-fon-04 img {
	width: 100%;
}
.elem-cont {
	width: 100%;
	height: auto;
	position: absolute;
//	border: 1px red solid; 
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sun {
	width: 400px;
	height: 340px;
	background: url('img/sun-1.png') center no-repeat;
	transition: .8s;
//		border: 1px green dotted; 
}
.sun:hover {
	background: url('img/sun-2.png') center no-repeat;
}
.moon {
	width: 300px;
	height: 300px;
	background: url('img/moon-1.png') top right no-repeat;
	transition: .8s;
//	border: 1px blue dotted; 
}
.moon:hover {
	background: url('img/moon-2.png')top right no-repeat;
}

.flav {
	width: 300px;
	height: 300px;
	background: url('img/yellow1.png') center right no-repeat;
		transition: .6s;
//	border: 1px blue dotted; 
}
.flav:hover {
background: url('img/yellow2.png') center right no-repeat;
}

.banner {
	top: 50%;  margin-top: -250px; left: 50%; margin-left: -550px;
 	width: 1100px;
  	height: 500px;
//	background: url("img/pen.png") no-repeat;
  	display: block;
  	position: absolute;
//  	overflow: hidden;
//  	border: 2px dotted #00a600; 			/*  border   */ 
//				  	box-sizing: border-box;   
  	z-index: 10; 
}
.elem-fon-00 {
	background: url("img/Raduga0.png") center   no-repeat;
	position: absolute;
	top: -60px;
	left: 220px;
//			  	border: 2px dotted #00f;   /*  border   */ 
	width: 700px;
	height: 370px;
	text-align: center;
	line-height: 60px;
}
.elem-fon-00 span {
	font-family: Graceful Mazurka;
	font-size: 80px;


	color: #ff0;
	text-shadow:3px 3px 7px red,-3px -3px 7px rgba(256,256,256,1);

}
