body {background-color: #000000;
}
.back-image1 {
    background-color: black;
    background-image:url('images/red-curtains.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.back-image2 {
  background-image: url('images/DG-2a.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.back-image3 {
  background-image: url('images/DG-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.back-image4 {
    background-image: url('retro/retro-star.png');
    background-repeat: repeat;
}
.back-image-grease {
    background-image: url('images/grease-back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.onphone {
width: 100%;
background-image: url('images/red-curtains.jpg');
border-collapse: collapse;
}
.spacer {
  background-image: url("images/spacer.gif");
}
A:link { COLOR: 4DF4EE; TEXT-DECORATION: none; font-weight: normal }
A:visited { COLOR: 4DF4EE; TEXT-DECORATION: none; font-weight: normal }
A:hover { COLOR: F652E9; TEXT-DECORATION: underline; font-weight: none }

#borderimg {border: 1px solid white;}