body{
	background-color:#6FA9B7;
	background-image: url('img/background.png'), url('img/bg-fill.png');
	background-position: center top, center top;
	background-size: 100%, 100%;
	background-repeat:no-repeat, repeat;
	font-family:"Arial";
}

#logo{
	margin: auto;
	margin-top: 60px;
	width: 700px;
	position: relative;
}

#store{
	margin: 10px 10px auto auto;
	width: 250px;
	position: relative;
}

#seasons{
	margin: auto;
	margin-top: 25px;
	width: 720px;
	position: relative;
}

#seasons img{
width: 100%;
}

#previewSeasons{
	position: absolute;
}

.app{
	z-index: 10;
	width: 100px;
	height: 100px;
	margin-top: 19px;
	margin-left: 47px;
	position: absolute;
}

#Winter{
	margin-left: 217px;
}

#Spring{
	margin-left: 388px;
}

#Summer{
	margin-left: 559px;
}

#unityInstal{
	margin: auto;
	margin-top: 260px; 
	width: 700px;
	height:100px;
}

#info {

  padding-top: 400px;
  padding-bottom: 100px;
  height:700px;
  width:600px;
  margin:auto;
  clear:both;
  font-size: 12pt;

}

#info a{
 text-align: center;
 text-decoration:none;
 color: white;
 font-family:"Arial";

}

#store img{
width: 100%;
}

/* ------ */
#aboutIntro{
	 width:700px;
	 margin-bottom:25px;
	 padding-bottom:15px;
	 border-bottom:solid; 
	 border-bottom-width:1px;
	 border-bottom-color:#6570B0;
}

#aboutContent{
	 width:600px;
	 float:left;
	 padding-bottom: 50px;
}
	.aboutContentBlock{
		float:left;
		width:270px;
		height:370px;
		margin-right:10px;
		margin-bottom:25px;
	}
	.aboutContentBlockLeft{
		float:left;
		width:60px;
	}
	.aboutContentBlockRight{
		float:right;
		width:200px;               
	}
	.production{
		text-align:center;
		margin-left: 170px;
	}
	