.frame {
	width: 633px;
	padding: 11px 11px 8px 11px;
	
	background-image: url(/img/frame/frame_b.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	
	/*background-color: pink;*/
}

div.frame_spacer {
	clear: both;
	height: 0px;
	
	font-size: 1px;
	background: none;
	width: 100%;
	
	background-image: url(/img/frame/frame_b.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

div.frame_bottom {
	width: 655px;
	height: 7px;
	margin: 0;
	padding: 0;
	
	background-image: url(/img/frame/frame_b_bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.frame_grey_spacer {
	clear: both;
	height: 0px;
	
	font-size: 1px;
	background: none;
	width: 100%;
	
	background-image: url(/img/frame/frame_grey_b.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

div.frame_grey_bottom {
	width: 655px;
	height: 7px;
	margin: 0;
	padding: 0;
	
	background-image: url(/img/frame/frame_grey_b_bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

