* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	background-color: #000000;
}

#weather-info {
	background: url(transpBlack.png);
	padding: 10px 10px 10px 10px;
	position: relative;
	top: 50px;
	left: 20px;
	width: 90%;
	text-align: left;
	color: white;
	font-size: 14px;
	z-index: 6000;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#extended-forecast {
	position: relative;
	top: 0px;
	display: none;
}

#tab {
color: white;
font-size: 14px;
	width: 500px;
	height: 220px;
	position: absolute;
	z-index: 9999;
	center: 25%;
	background-repeat: no-repeat;
	bottom: 49%;
	margin-left: 80px;
}

