
/* theme */

body {
	/* background-color: #5F6062; */
	/* background-image: url(../images/framework/parent_bg.png); */
	background-position : top center;
	background-repeat : repeat-y;
}

#ff_header{
	/* background-color: #D21241; */
	z-index: 2;
}

#ff_header div.ff_wrapper{
	width: 1000px;
}
#ff_header div.ff_box{
	background-position: top center;
	background-repeat: no-repeat;
	left: -500px; top: 0px;
}

#ff_footer{
	/* background-color: #000000; */
}
#ff_footer div.ff_wrapper{
	width: 1000px;
}
#ff_footer div.ff_box{
	background-position: top center;
	background-repeat: no-repeat;
	left: -500px; top: 0px;
}

#ff_main{
	background-position: top center;
	background-repeat: repeat-y;
}
#ff_main div.ff_wrapper{
	width: 1000px;
}
#ff_main2{
	background-position: top center;
	/* background-repeat: repeat-y; */
	background-repeat: no-repeat;
}
#ff_main2 div.ff_wrapper{
	width: 1000px;
}
#ff_main2 div.ff_float{
	width: 500px;
}

#ff_main2A{
	background-color: #FFFFFF;
}
