* {
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	height: 830px;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	margin: auto;
	background-image: none;
}
#wrapper #logo {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-image: url(../images/layout/logo_01.jpg);
}
#wrapper #content {
	height: 540px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	background-color: #FFF;
	color: #999;
	position: relative;
}
#scroller {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:510px;
	z-index:1;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #ffffff;
	padding: 0px;
	text-align: left;
}
#wrapper #contentinfo {
	height: 40px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
}
#wrapper #links2 {
	height: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
}
#wrapper #links {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/layout/floor_01.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
