body {
	background: #F1F1F1;
	color: white;
	text-shadow: 1px 1px 1px #DDD;
	font-family: sans-serif;
	text-align: center;
}
h1 {
	margin-top: 275px;
	font-size: 50px;
}
h1 .icon_cloud {
	height: 30px;
	width: 30px;
	display: inline-block;
	background: url('../images/cloud.png') no-repeat;
}