* {
	margin: 0;
	padding: 0;
}

body {
	font:10px Arial, Helvetica, sans-serif;
	color:#AAAAAA;
	overflow: hidden;

}

#screen_size {
	background: url(images/transpBlack.png);
	padding: 20px 0 20px 0;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #999999;
	font-size: 10px;
	z-index: 6000;
	text-decoration: none;
}

a {
	text-decoration:none;
	color:#999999;
	
}

c  {
	text-decoration:none;
	color:#999999;

}
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	border-style: none;
}

#extended-forecast {
	position: relative;
	top: 0px;
	display: none;
}

#tab {
	width: 200px;
	height: 36px;
	background: url(images/tab-bg.png) no-repeat;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 50px;
}
