* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
	background-color:#EEF2F4;
}

#weather-info {
	/*background: url(images/transpBlack.png);
	padding: 20px 0 20px 0;*/
	position: relative;
	top: 100px;
	/*left: 0px;*/
	/*width: 100%;*/
	text-align: center;
	color: white;
	/*font-size: 18px;*/
	z-index: 6000;
}

#tab {
	/*width: 200px;
	height: 36px;*/
	/*background: url(images/tab-bg.png) no-repeat;*/
	position: relative;
	z-index: 9999;
	text-align: center;
	/*top: 0px;
	left: 50px;*/
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#extended-forecast {
	position: relative;
	top: 0px;
	display: none;
}


