body {
		background: #deef90;
		font-family: tahoma, verdana;
		font-size: 12px;
}

#banner {
		background-image: url("images/banner.png");
		background-repeat: no-repeat;
		height: 120px;
		width: 850px;
}

#top {
		background-image: url("images/top.png");
		background-repeat: no-repeat;
		height: 15px;
		width: 650px;
}

#middle {
		background-image: url("images/middle.png");
		background-repeat: repeat;
		height: auto;
		width: 650px;
		font-family: tahoma, verdana;
		font-size: 14px;
}

#bottom {
		background-image: url("images/bottom.png");
		background-repeat: no-repeat;
		height: 27px;
		width: 650px;
}


