* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
}
a {
}
a:visited {
}
a:hover {
}


#weather-info {
	background: url(/images/transpBlack.png);
	padding: 60px 0 20px 0;
	position: absolute;
	top: 20%;
	left: 0px;
	width: 100%;
	height:100px;
	text-align: center;
	font-size: 40px;
}
div#weather-info-sm {
	background: url(/images/transpBlack.png);
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: right;
	bottom: 0px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #FFF;
}
span.grntxt a{
	color: #aee07a;
}
span.grntxt {
	color: #aee07a;
}
div.row span.left {
	float: left;
	text-align: left;
}

div.row span.right {
	float: right;
	text-align: right;
}

span.right {
	text-align: right;
	font-size: 12px;
	position: absolute;
	right: 0px;
	width: 90%;
	font-family: Arial, sans-serif;
	bottom: 0px;
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box {
	margin: 0 auto;
	width: 400px;
	padding: 50px;
	padding-bottom:100px;
	font: 14px/2.2 Georgia, Serif;
}
#HomeNavigation {
	height: 310px;
	width: 250px;
	position: absolute;
	z-index: 10;
	left: 75px;
	top: 50px;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#HomePromoText {
	height: 50px;
	width: 110px;
	position: absolute;
	left: 75px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	top: 400px;
	line-height: 19px;
	padding-top: 7px;
}
.HomeSale {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	font-style: italic;
}
#Sale {
	position: absolute;
	left: 75px;
	top: 480px;
	height: 24px;
	width: 150px;
}
.NavWhiteText {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
}

