background-color: #ffffcc;

background-image: url(images/light_bulbs.jpg);

background-repeat: repeat-x;

background-repeat: repeat-y;

background-position: center center;

background-attachment: fixed;

background-size: 800px auto;

background-clip: content-box;

background: #ffffcc url(images/white-waves.png) center center repeat-x;