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

/*
 * Bubbles Green Background
 */
 
body { -webkit-font-smoothing: antialiased; }

#block-top-a { 
	overflow: hidden;
	position: relative;
	
}

.top-a-layer-1 {
	position: absolute;
	height: 300px;
	top: 0;
	left: 0;
	right: 0;

}

.top-a-layer-2,
.top-a-layer-3 {
	position: absolute;
	top: -500px;
	left: 50%;
	height: 1400px;
	width: 1400px;
	margin-left: -700px;

}

.top-a-layer-2 {
	
}

.top-a-layer-3 {
	
}

