body {
	background: #242323 url(../images/bg-body.jpg) repeat-x;
}

#header {
	background: url(../images/bg-header.jpg) no-repeat;
}

#banner.en {
	background: url(../images/bg-banner-en.jpg) top no-repeat;
}

#banner.fr {
	background: url(../images/bg-banner-fr.jpg) top no-repeat;
}

#navy .menu a {
	background: url(../images/bg-navy.jpg) 0 0;
}

#navy .menu.here a,
#navy .menu a:hover,
#navy .menu a:active {
	background: url(../images/bg-navy.jpg) 0 48px;
}

#content {
	background: #FFFFFF url(../images/bg-content.jpg) top no-repeat;
}

#post {
	background: url(../images/bg-post.jpg) no-repeat bottom;
}

#footer {
	background: url(../images/bg-footer-shadow.png) no-repeat;
}

#footer .inner {
	background: #5c5c5c url(../images/bg-footer.jpg) no-repeat;
}

#footer .inner ul {
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
	width: 126px;
	height: 94px;
	list-style: none;
	border-right: 1px #242323 solid;
}