 * {
	margin: 0;
	padding: 0; 
}
html {
	height: 100%;
}
body {
	font-size: 100.01%;
	font-family: 'Gentium Basic', serif;
	color: #fff;
	height: 100%;
	background: #bf5082;
	text-align: left; 
	overflow: hidden;
}
#header {
	height: 324px;
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	top: 0;
	z-index: 100;
}
h1 {
	font-size: 1em;
	line-height: normal;
	font-weight: 700;
}
h2 {
	font-size: 1.75em;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 0.5em 0;
}
p {
	font-size: 1em;
	line-height: 20px;
	margin: 0 0 1em 0;
}
a {
	color: #003264;
	text-decoration: none;
}
img { 
	border: none;
}
#sky, #sun, #grass, #candy {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(boxsizing.htc);
	border-bottom: 2px solid #fff;
	overflow:hidden;
	width: 100%;
}
#sky {
	background-color: #005a82;
	height: 20%;	
}
#sun {
	background-color: #f0a000;
	height: 41%;	
}
#grass {
	background-color: #009632;
	height: 25%;	
}
#candy {
	background-color: #bf5082;
	border: none;
	height: 14%;	
}

.holdingyou {
	margin: 0 auto;
	position: relative;
	width: 960px; 
}
.fixed {	
	position: absolute;
}
#sun .wordscomeeasy {
	float: right;
	margin: 60px 100px 0 0;
	width: 300px;
}
#sun .fixed {
	left: 18%;
	top: 0;
	z-index: 2;
}
#grass .wordscomeeasy {
	float: left;
	margin: 30px 0 0 260px;
	width: 256px;
}
#grass .wordscomeeasy2 {
	float: right;
	margin: 77px 100px 0 0;
	width: 130px;
}
#grass .fixed {
	left: 100px;
	top: 30px;
	z-index: 3;
}
#candy .wordscomeeasy {
	float: left;
	margin: 30px 0 0 100px;
	width: 418px;
}
#candy .fixed {
	right:100px;
	top: 30px;
	z-index: 4;
}