@charset "UTF-8";

/* CSS Document */
*
body {

	background-color:#5C5434;
	margin-left: 15em;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	}

#title h1 {
	border:none;
	color:#33CC00;
	}
	
#title form {
	top: 50px;
	left: 5px;
	position: absolute;
	}
	
#title {
	min-width:500px;
	}
	

.center {
	position: absolute;
	top: 140px;
	z-index: -1;
	}

h3 {
	color:#33CC66;
	}

#login {
	top: 140px;
	left: 5px;
	position: absolute;
	} 

#stats {
	padding: 1px;
	color: #33cc66;
	margin: 2px;
	}
	
#weather {
	color: #33CC66;
	}
	
#weather td {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 2px;
	list-style-position: outside;
	}
	
#weather strong {
	font-style: normal;
	font-size: 10pt;
	}	
	
#weather img {
	float: left;
	width: 30px;
	height: 30px;
	}	
	
#footer {
	float: left;
	margin: 3px;
	}

.valid1 img {
	margin: 2px;
	height: 8px;
	width: 16px;
	}
