* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color:#000000;
}

#weather-info {
	background: url(http://podcamphawaii.zooomed.com/images/transpBlack.png);
	behavior: url(iepngfix.htc);
	padding: 20px 0 20px 0;
	position: relative;
	top: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 5000;
}

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

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

#tab {
	width: 200px;
	height: 36px;
	background: url(http://podcamphawaii.zooomed.com/images/tab-bg.png) no-repeat;
	behavior: url(iepngfix.htc);
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 50px;
}

.img100 {
	padding: 0px;
	height: 75px;
	width: 75px;
	overflow: hidden;
    border: 1px solid #000000;
}

.imgW {
	border: 1px solid #CCCCCC;
	padding:5px;
	overflow: hidden;
	width:77px;
	height:77px;
    background-color:#ffffff;
}

#contents {z-index: 1;}
#background{position:absolute; z-index:1; width:100%; height:100%;}
