body {
	background-color : #EF7101;
	background-image: url(img/bg3.gif);
	background-repeat: repeat-y;
}

.to{
	background-image: url(img/bg1.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}

.fo{
	background-image: url(img/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: bottom;
}