#content_wrapper {
	background-image: url('middle.jpg');
	color: white;
}
#content_inner {
	background-image: url('top.jpg');
}
.note {
	background-image: url('note_bg.gif');
	background-repeat: no-repeat;
	margin-left: 44px;
	width: 499px;
	height: 625px;
	overflow: hidden;
	color: #3d5b6b;
}
.note div {
	padding: 40px 20px 20px 20px;
}
