body{
	margin:0;
	padding:0;
	background:url(bg1.jpg) repeat;
	/*    background-size: 100%;*/
	font-family: 'Lato', sans-serif;
	overflow:hidden;
	cursor: url(mouse.gif), auto;
}
header, section, footer{
	display:block;
}

/* Header */
header{
	width:100%;
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	/*color:#ccc;*/
	padding:15px 0;
	font-family:Arial Narrow, Arial, sans-serif;
	letter-spacing:1px;
	margin-bottom:20px;
	position:absolute;
	top:0;
	left:0;
	z-index:99;
}
header h1{
	margin:0 50px;
	text-shadow:1px 1px 0 #FFF, 2px 1px 1px #CCC;
	float:left;
}
#backlinks{
	float:right;
	margin:-10px 20px;
	line-height:25px;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}
#backlinks a{
	color:#35BFFF;
	text-decoration:none;
	margin:3px 0 0;
	display:block;
}
#backlinks a:hover{
	color:#91DCFF;
}

/* Footer */
footer{
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	height:25px;
	width:100%;
	line-height:25px;
	position:absolute;
	bottom:0;
	left:0;
	bottom:0;
	left:0;
	color:#888;
	font-size:11px;
	z-index:99;
}
footer span{
	padding-left:20px;
}
footer a{
	color:#1FA2E1;
}

/* jqFloat.js */
#wrapper{
	width:100%;
	height:100%;
}
#holder{
	width:500px;
	text-align: center;
	max-width:100%;
	height:auto;
	position:relative;
	/*background:#fff;*/
	border-radius:30px;
	/*border:5px solid #47B2F1;*/
	margin:10% auto 0;
	padding:1em 3em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#holder h2{
	font-size:33px;
	font-style:italic;
	letter-spacing:2px;
	text-shadow:1px 1px 0px #fff, 2px 1px 0 #999;
	font-family: Gill Sans MT, sans-serif;
}
#holder h2 span{
	color:#DE390E;
}
#holder p{
	line-height:150%;
}
#holder pre{
	background:#f4f4f4;
	padding:10px 25px;
}

#ground{
	height:100px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
/*	background:url(sprite1.png) repeat-x 0 bottom;*/
	z-index:7;
}
.cloud{
	width:120px;
	height:130px;
	background:url(sprite1.png) no-repeat 0 0;
	position:absolute;
	z-index:10;
}
#cloud1{
	top:17%;
	left:18%;
	z-index:3;
	background:url(b1.png) no-repeat;
}
#cloud2{
	top:10%;
	left:30%;
	background:url(b2.png) no-repeat;
}
#cloud3{
	top:20%;
	right:17%;
	background:url(b3.png) no-repeat;
}
#cloud4{
	top:13%;
	right:10%;
	z-index:5;
	background:url(b5.png) no-repeat;
}
#sun{
	width:126px;
	height:130px;
	background:url(b6.png) no-repeat;
	position:absolute;
	z-index:8;
	top:25%;
	right:10%;
}
#snail{
	width:120px;
	height:130px;
	background:url(b4.png) no-repeat;
	position:absolute;
	z-index:10;
	top:-80px;
	left:50%;
}
#message{
	width:129px;
	height:130px;
	background:url(b7.png) no-repeat ;
	position:absolute;
	z-index:12;
	top:-100px;
	left:40%;
	font-size:12px;
	line-height:20px;
	padding:15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.butterfly{
	width:120px;
	height:120px;
	/*background:url(sprite1.png) no-repeat 0 -360px;*/
	position:absolute;
	z-index:20;
}
#fly1{
	top:-40px;
	right:20%;
	background:url(b9.png) no-repeat ;
}
#fly2{
	top:-60px;
	right:30%;
	background:url(b8.png) no-repeat ;
}
#balloon{
	width:200px;
	height:515px;
	background:url(sprite1.png) no-repeat -120px -120px;
	position:absolute;
	bottom:-200px;
	left:10%;
	z-index:5;
}

#iefix {
  margin: 0; 
  border: 0; 
  padding: 0; 
  clear: both; 
  float: none; 
  font-size: 1px;
}
#social{
	background:#fff;
	position:absolute;
	right:10%;
	top:30%;
	z-index:10;
	width:65px;
	box-shadow:1px 2px 3px #CCCCCC inset;
	-moz-box-shadow:1px 2px 3px #CCCCCC inset;
	-webkit-box-shadow:1px 2px 3px #CCCCCC inset;
}
#social ul{
	list-style:none;
	margin:0;
	padding:5px;
	text-align:center;
}
#social li{
	margin:5px 0;
}

.link{ 
    text-decoration: none;
    background: #47B2F1;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 25px ;cursor: url(mouse.gif), auto;
 }
.link:hover{ background-color:#FE52E0; border-bottom:4px solid #EC1BC8;}