@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;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 537px;
}
#wrapper #banner {
	height: 116px;
}
#wrapper #content {
	height: 350px;
	width: 801px;
	top: 139px;
	position: absolute;
}
#wrapper #navigation {
	height: 22px;
	width: 800px;
	position: absolute;
	top: 515px;
	z-index: 2;
}
