/************************* 
** SEGMENT CSS 
*************************/
#segment_all
{
	position:relative;
	text-align:left;
	width:605px;
	background-color:#FFF;
}
#segment_top,
#segment_core,
#segment_btm
{
	position:relative;
	width:605px;
}
#segment_top
{
	background: #A5B7C9 url('../img/contain_top.gif') repeat-x;
	height:109px;
	width:635px;
}
#segment_core
{
	z-index:0;
	background: #A5B7C9 url('../img/contain_app.gif') repeat-y;
	width:635px;
	min-height:400px;
}
#segment_btm
{
	background: #A5B7C9 url('../img/contain_btm.gif') no-repeat;
	width:635px;
	height:50px;
}
