/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Islands Background
 */
 
body { -webkit-font-smoothing: antialiased; }

#block-top-a { 
	overflow: hidden;
	position: relative;
	background: #0B70DC url(../../images/background/islands/islands_bg.jpg) 50% 100% repeat;
	
}

.top-a-layer-1 {
	position: absolute;
	top: 0;
	left: 50%;
	height: 420px;
	width: 2600px;
	margin-left: -1300px;
	background: url(../../images/background/islands/islands_img.jpg) 50% 100% no-repeat;
	background-position:top center;
}

.top-a-layer-2 {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -54px;
	height: 127px;
	width: 282px;
	background: url(../../images/background/islands/cloud1.png) 0 0 no-repeat;
	-webkit-animation: cloud1 100s linear infinite;
	-moz-animation: cloud1 100s linear infinite;
}

.top-a-layer-3 {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -190px;
	height: 221px;
	width: 527px;
	background: url(../../images/background/islands/cloud2.png) 0 0 no-repeat;
	-webkit-animation: cloud2 140s linear infinite;
	-moz-animation: cloud2 140s linear infinite;
}

.top-a-layer-4 {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -123px;
	height: 210px;
	width: 450px;
	background: url(../../images/background/islands/cloud3.png) 0 0 no-repeat;
	-webkit-animation: cloud3 160s linear infinite;
	-moz-animation: cloud3 160s linear infinite;
}