* {
	margin: 0;
	padding: 0;
}

body {
	word-wrap: break-word;
	font-size: 70.5%;
	font-family: "Arial Black", Gadget, sans-serif;
	overflow: hidden;
	background-color: #121212;
}

#weather-info {
	bottom: 15px;
	left: 15px;
	padding: 15px;
	position: absolute;
	width: 230px;
	text-align: left;
	color: #666;
	font-size: 12px;
	z-index: 5010;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}
.title {
	font-style: normal;
	word-wrap: break-word;
	word-spacing: 1px;
	font-weight: 900;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 50px;
	letter-spacing: 0px;
	color: #FFF;
	line-height: 44px;
	text-transform: uppercase;
}
.menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#copy-info {
	bottom: 15px;
	left: 15px;
	padding: 15px;
	position: absolute;
	width: auto;
	text-align: left;
	color: #FFF;
	font-size: 30px;
	z-index: 5010;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 900;
}
.profile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	color: #CCC;
}

