* {
	margin: 0;
	padding: 0;
}

body {
	background: #DDDFDD;
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
}

#weather-info {
	position: relative;
	top: 100%;
	left: 0px;
	width: 100%;
	text-align: center;
	color: 000000;
	font-size: 18px;
	z-index: 6000;
	height: 100%;
	overflow: hidden;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

