@import url(core-style.css);

body, html {
background-image: url(../images/backgrounds/downloads-bottom-bg.jpg);
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
}
#page-container {
background-image: url(../images/backgrounds/downloads-top-bg.jpg);
background-repeat: no-repeat;
}
#footer {
margin: 0 0 0 0;
position: absolute;
bottom: 0;}