.forest {
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	border-bottom: 50px solid #ffffff;
	height:800px;
	overflow:hidden;
}


.forest > div {
	position:absolute;
	bottom:0;
}


.ground {
	width:100%;
	height:20px;
	background:#ffffff;
	z-index:998;
}


.forest div.snow {
	width:1400px;
	height:37px;
	left:50%;
	bottom:10px;
	margin-left:-710px;
	background:url(../img/snow.png) no-repeat center;
	z-index:998;
}

.forest div.snowflakesback {
	width:1400px;
	height:800px;
	left:50%;
	top:1px;
	margin-left:-710px;
	background:url(../img/snowflakes-back.png) no-repeat center;
	z-index:1;
}


.forest div.trees {
	width:1000px;
	height:300px;
	left:43%;
	margin-left:-398px;
	background:url(../img/christmas-trees.png) no-repeat center;
	z-index:100;
}


.forest div.treesback {
	width:890px;
	height:285px;
	left:50%;
	margin-left:-398px;
	background:url(../img/christmas-trees-back.png) no-repeat center;
	z-index:2;
}
.fcredlinks {
  display: none;
  }
.social-slide_eng {
	background-image: url(../img/language-hover_eng.png);
	position: absolute;
	border-radius: 50%;
    	bottom: 0;
   	right: 0;
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	z-index: 999;
}
.social-slide_rus {
	background-image: url(../img/language-hover_rus.png);
	position: absolute;
	border-radius: 50%;
    	bottom: 0;
   	right: 0;
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	z-index: 999;
}
.social-slide_rus:hover {
	background-position: 0px -48px;
	
}
.social-slide_eng:hover {
	background-position: 0px -48px;
	
}
.main {
padding-top: 5%;

}
.sponsor{
	width:700px;
	height:467px;

	/* назначаем sponsor div относительное позиционирование: */
	position:relative;
	cursor:pointer;
	z-index: 3;
}

.sponsorFlip{
	/*  sponsor div будет позиционирован абсолютно по отношению 
к родителю .sponsor div и полностью его заполнит */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #FFFFFF;
}
.sponsorFlip img{
	/* Центрируем изображения логотипа в середине .sponsorFlip div */

	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 2px rg50, 50, 50, 1);
}

.sponsorData{
	/* Прячем .sponsorData div */
	display:none;
	background: #FFFFFF;
}

.sponsorDescription{
	font-size:11px;
	padding:50px 10px 20px 20px;
	font-style:italic;
	background: #FFFFFF;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
}

.clear{
	clear:both;
}
body {
overflow:hidden;
margin: 0px;
padding: 0px;
width: 100%;
background: url(../img/background.png);
}