BODY { background: url(../../con12345/images/botan/bg.gif) ; }

#header {
	height: 200px;
	width: 900px;
}
#navi {
	height: 30px;
	width: 900px;
}
#middle {
	width: 900px;
	background-color: #ffffff;
}
#left {
	float: left;
	width: 220px;
	padding-top: 5px;
	padding-right: 5px;
	background-color: #ff6600;
}
#right {
	float: left;
	width: 673px;
	padding-top: 5px;
	padding-right: 0px;
	background-color: #ffffff;
}
#footer {
	clear: left;
	height: 60px;
	width: 900px;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}