@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}   


body {
	background-color: #000;
}
.wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.botnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCC;
	height: 25px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
}
.wrapper .botnav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #CCC;
	text-decoration: none;
}


.footer {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCC;
	text-align: center;
}
.clr {
	clear: both;
}
