#frametop {
	width: 760px;
	height: 50px;
	background: url(/images/frame-top.gif) no-repeat;
	margin: 0 auto;
	}

#framemiddle {
	width: 760px;
		background: url(/images/frame-middle.gif) repeat-y;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}

#framebottom {
	width: 760px;
	height: 54px;
	background: url(/images/frame-bottom.gif) no-repeat;
	margin: 0 auto;
}

