* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 130px;
}
#wrapper #navigation {
	height: 25px;
	font-family: "Hobo Std";
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	font-style: normal;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	text-decoration: blink;
	cursor: crosshair;
}
