@CHARSET "UTF-8";
body{
	background-image: url('../img/bg/menu_orange.gif');
}
a, #feedback{
	color			: #099;
}
#topcolor{
	background-image: url('../img/bg/lace_orange.gif');
}
#separatebar1, #separatebar2{
	border-color	: #f90;
	border-style	: solid;
	border-width	: 1px 0 1px 0;
	background-color: #ffc;
}

/* FEEDBACK WINDOW*/
.overlay_spread {
	background-color: #ff8a31;
}
.spread_content {
	background		: #ff8a31;
}
.spread_nw {
	background: transparent url(../img/spread/left-top_orange.gif) no-repeat 0 0;
}
.spread_n {
  background: transparent url(../img/spread/top-middle_orange.gif) repeat-x 0 0;			
}
.spread_ne {
  background: transparent url(../img/spread/right-top_orange.gif) no-repeat 0 0;			
}
.spread_w {
  background: transparent url(../img/spread/frame-left_orange.gif) repeat-y top left;			
}
.spread_e {
  background: transparent url(../img/spread/frame-right_orange.gif) repeat-y top right;			
}
.spread_sw {
  background: transparent url(../img/spread/bottom-left-c_orange.gif) no-repeat 0 0;			
}
.spread_s  {
  background: transparent url(../img/spread/bottom-middle_orange.gif) repeat-x 0 0;			
}
.spread_se, .spread_sizer {
  background: transparent url(../img/spread/bottom-right-c_orange.gif) no-repeat 0 0;			
}