* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
a img {
	border-top-style: none;
}
#wrapper #logo {
	background-image: url(../images/WhiteMachineLogo300.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 300px;
	margin-top: 25px;
	float: left;
}
#wrapper #nav {
	float: left;
	height: 27px;
	width: 400px;
	margin-top: 60px;
	margin-left: 20px;
}
#wrapper #ContentArea {
	clear: both;
	height: auto;
	width: 800px;
}
#wrapper #Footer {
	clear: both;
	height: auto;
	width: 800px;
	margin-top: 15px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}
