* {
	margin: 0;
	padding: 0;
}

body {
	word-wrap: break-word;
	text-shadow: 1px 1px 5px black;
	font-size: 70.5%;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	background-color: #121212;
}

#weather-info {
	padding: 10px;
	position: absolute;
	width: 300px;
	text-align: left;
	color: #fff;
	font-size: 12px;
	z-index: 6000;
	left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	top: 15px;
	background-image: url(transpBlack.png);
	background-repeat: repeat;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}
.title {
	font-style: italic;
	word-wrap: break-word;
	word-spacing: 5px;
	font-weight: bold;
	font-variant: small-caps;
	text-shadow: 0px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
}

#tab_top {
	bottom: 25px;
	width: 200px;
	height: auto;
	position: absolute;
	z-index: 9999;
	left: 25px;	

}

#copy-info {
	bottom: 15px;
	font-variant: small-caps;
	padding: 10px;
	position: absolute;
	width: 360px;
	text-align: left;
	color: #09C;
	font-size: 24px;
	z-index: 6000;
	font-family: Georgia, "Times New Roman", Times, serif, "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 21px;
	font-weight: bold;
	left: 15px;
	top: 15px;
}
