background-position:bottom center

CSS:

body {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;	
	background-position:bottom center;
}