body {
	width: 100%;
	background-color: #FFF;
	background-image: url(../images/sky_bg.jpg);
	text-align: left;
	position: reletive;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.2%;
}

#wrapper {
	width:	1000px;
	margin: 600px auto 20px auto;
	overflow:auto;
}


#states ul {
	list-style:none;
	float: left;
	display:inline;
	margin-right: 41px;
}

#states ul li {
	line-height: 16px;
}


#states ul li a:link, #states ul li a:visited {
	font-size: 1.3em;
	color: #6596b6;
	text-decoration: none;
}

#states ul li a:hover {
	color: #333333;
	text-decoration: underline;
}


.copyright {
	float: left;
	font-size: 1.em;
	color: #000;
	clear: both:
	text-align: right;
	text-decoration: none;
	margin-left: 70%;	
}
