body {
	background-repeat: repeat-x;
	background-image: url(/images/bodybackground.gif);
}

#mid-background{
	background-image: url(/images/inner-background.gif);
	background-repeat: repeat-x;
	position: relative;
}

#footer{
	background-image: url(/images/foot-background.gif);
	background-repeat: repeat-x;
}

