/* CSS Document */
body {
	background-image: url(../background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#content {
	margin-top: 20px;
}
.footer, .push {
	height: 40px;
}
#cadre {
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}