#wrap {
	width: 900px;
	margin: 10px auto 20px auto;
	height: 100%;
	overflow: auto;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
}

#top {
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	height: 204px;
}

#left {
	float: left;
	width: 115px;
}

#middle {
	float: left;
	width: 620px;
	padding: 10px;
}

#right {
	float: left;
	width: 145px;
}

#bottom {
	background-image: url(../img/bottom.jpg);
	background-repeat: no-repeat;
	height: 136px;
	clear: both;
	padding-top: 20px;
}