
.fade_bg_down{
	height:20px;
	background-image:url(../img/bottom_back_fade.png);
	background-repeat:repeat-x
}

.fade_bg_up{
	height:20px;
	background-image:url(../img/top_back.png);
	background-repeat:repeat-x
}

.divider_line{
	background-color:#FFF;
	height:2px;
	margin-top:20px;
}

.footer_line{
	width:100%;
	height:10px;
	background-color:#4c4c4c;
}

.footer{
	width:100%;
	background-color:#333333;	
}

