* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #999;
}

#footer {
	padding-top:5px;
			 position:fixed;
        width: 100%;
        top: auto;
        bottom: 0;
		right: 0;
		height:23px;
		z-index: 5;
		background-color:#7a6802;
		}
		
#footercopy{font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:10px;

}
.footercopy{font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:10px;

}

#bottombar {
	background-image:url(../images/bottombar_bg.jpg);
	background-repeat:repeat-x;
			padding-right:20px;
			 position:fixed;
        width: 100%;
        top: auto;
        bottom: 26px;
		right: 0;
		height:23px;
		z-index: 6;
		background-color:#7a6802;
		}
		
.padbot{
	padding-right:10px;
	text-align:right;
}
.padbotleft{
	padding-left:10px;
	text-align:left;
}

#weather-info {
	background: url(/images/transpBlack.png);
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height:880;
	text-align: center;
	color: white;
	font-size: 40px;
	background-image: url(/images/transpBlack.png);
}
div#weather-info-sm {
	background: url(/images/transpBlack.png);
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: right;
	bottom: 0px;
	color: white;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
span.grntxt a{
	color: #aee07a;
}
span.grntxt {
	color: #aee07a;
}
div.row span.left {
  float: left;
  text-align: left;
  color: #fff;
}

div.row span.right {
  float: right;
  text-align: right;
  color: #fff;
}

span.right {
  	text-align: right;
  	color: #fff;
	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;
    background: white; 
    padding-bottom:100px;
    font: 14px/2.2 Georgia, Serif;
}

