body{
	background-color:#c6e7ff;
}

.bg1{
	background-image:url('/res/theme/default/emerald.png');
	background-repeat:repeat-x;
	height:168px;
	width:100%;
	margin-bottom:0px;
	position:fixed;
	bottom:0px;
	z-index:-1;
	-webkit-transform:translate3d(0,0,0);
}