@charset "utf-8";
body {
	background-image: url(../img/fd_site.jpg);
	background-repeat:repeat-x;
	background-color: #9ACCFF;
}
	
div#center {
	background: url(../img/fd_page.jpg) center repeat-y;
	min-height: 100%;
	height: 100%;
	}
	
div#header {
	background: #7fcf2e url(../img/header.jpg) no-repeat;
	}
	
div#footer {
	background: url(../img/footer.jpg) no-repeat;
	}

