* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: hidden;
	font-style: normal !important;
	line-height: normal;
}
a {
	color: #FC0;
	text-decoration: none;
}


#weather-info {
	padding: 20px 0 20px 0;
	position: relative;
	top: 200px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 6000;
	background-image: url(trans.png);
}
.divider {
	color: #FFF;
}

p {
	color: #FFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}


.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	height: 100%;
}

#extended-forecast {
	position: relative;
	top: 0px;
	display: none;
}
