* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
	background-color: #000
}

#weather-info {
	background: url(./transpBlack.png);
	padding: 20px 0 20px 0;
	position: relative;
	top: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 5001;
}

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

#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;
}

#border li {
	background-color:rgba(255,255,255,0.75)
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	position:fixed;
	z-index:5002;
}
li#top {
	height:10px;
	left:0;
	right:0;
	top:0;
}
li#right {
	bottom:10px;
	right:0;
	top:10px;
	width:10px;
}
li#bottom {
	bottom:0;
	height:10px;
	left:0;
	right:0;
}
li#left {
	bottom:10px;
	left:0;
	top:10px;
	width:10px;
}