/* CSS Document */
<!--
.bg { background-image: url(images/yellow/background.gif); }
.ot {  background-image: url(images/yellow/top.gif);	background-repeat: repeat-x;	height:40px;}
.otl {  background-image: url(images/yellow/top_left.gif);	background-repeat: no-repeat;	height:40px;	width:50px;}
.otr {  background-image: url(images/yellow/top_right.gif);	background-repeat: no-repeat;	height:40px;	width:50px;}
.ol {  background-image: url(images/yellow/left.gif);	background-repeat: repeat-y;	width:50px;}
.or {  background-image: url(images/yellow/right.gif);	background-repeat: repeat-y;	width:50px;}
.obl {  background-image: url(images/yellow/bottom_left.gif);	background-repeat: no-repeat;	height:50px;	width:50px;}
.obr {  background-image: url(images/yellow/bottom_right.gif);	background-repeat: no-repeat;	height:50px;	width:50px;}
.ob {  background-image: url(images/yellow/bottom.gif);	background-repeat:repeat-x;	height:50px;}
-->