#background img {
    left: 0;
    min-width: 1200px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
#background {
    -moz-user-select: none;
    left: 0;
    min-height: 768px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.fader {
    bottom: -100px;
    height: 420px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: -1;
}
#background .fader {
    bottom: -100px;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.fader, #background .fader {
    background: url("../images/template/bg-fade.png") repeat-x scroll left bottom transparent;}

div#cont {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 

	/* These have no effect on the functionality */
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0 0 0;

}
body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
background: 	none repeat scroll 0 0 transparent;

}
html {background: #F7F5E8;}