div.fora_top, div.fora_bottom { position: relative; }
		div.fora_top { 
			width: 100%;
			background: #DEDBD1 url(images/top_r.gif) right top no-repeat; 
		}
		div.fora_bottom { 
			background: transparent url(images/bot_l.gif) left bottom no-repeat; 
			padding: 5px;
		}
		div.fora_top:before, div.fora_bottom:after {
			content: " ";
			display: block;
			height: 9px;
			width: 9px;
			position: absolute;
		}
		div.fora_top:before { 
			background: transparent url(images/top_l.gif) left top no-repeat;
			left: 0;
			top: 0;
		}
		div.fora_bottom:after { 
			background: transparent url(images/bot_r.gif) right bottom no-repeat; 
			right: 0;
			bottom: 0;
		}
		div.fora_top img	{
		padding-right:8px;
		padding-left:8px;
		}