body {
	background-color:#f3f3f7;
}

h1 {
	font-family:Arial,sans-serif;
	font-size:52px;
	text-transform:uppercase;
	text-align:center;
	color:#FF6600;
	letter-spacing:0.15em;
}

#master {
	position:relative;
	display:block;
	width:100%;
}

#header {
	margin-top:50px;

}

#thunderstorm {
	margin:auto;
	width:50%;
	margin-top:100px;
}

#cloud {
	z-index: 2;
	width:50%;
}

#rain {
	z-index: 1;
	width:200px;
	margin-top:50px;
	margin-bottom:100px;
}

#sun {
	width:20%;
	margin-top:50px;
}

#lightning {
	width: 20%;
	margin-top:50px;
}

#rainstorm {
	width:20%;
	margin-top:50px;
}

#snow {
	width:20%;
	margin-top:100px;
}

#wind {
	width:30%;
	margin-top:85px;
	margin-bottom:100px;
}

#cloudy {
	width:25%;
	margin-top:85px;
}

img {
	margin:0px auto;
	display:block;
}
