/* Hide dotted image outline from Firefox and Netscape */ a {
outline: none; }
* {
	margin: 0px;
}
#wrapper {
	background-color: #000000;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #logo {
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
}
#wrapper #nav {
	height: auto;
}
#wrapper #body {
	padding-top: 0px;
	height: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}
#wrapper #footer {
	height: 100px;
	width: 900px;
	padding-top: 10px;
}
