body {
	background-image: url(../images/background/background.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

.header1 {
	background-image: url(../images/background/header1.gif);
	background-repeat: repeat-x;
	height: 100px;
}

.header2 {
	background-image: url(../images/background/header2.gif);
	background-repeat: repeat-x;
	height: 60px;
}

.footer {
	background-image: url(../images/background/footer.gif);
	background-repeat: no-repeat;
	width: 908px;
	height: 390px;
}