body {
    background-color: #000000;
    height: 100%;
    background: url(blue-scratched-texture.jpg);
}

.myclass{
    background: url(blue-scratched-texture.jpg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 100%;
    height: 100%;
}

.font1 {
     font-weight: bold;
     font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
     font-style: italic;
     color: #111111;
     font-size: 16px;
}

.font2 {
     font-weight: bold;
     font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
     font-style: italic;
     color: #FFFFFF;
     font-size: 16px;
}

a {
     font-weight: bold;
     font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
     font-style: italic;
     color: #FFFFFF;
     font-size: 16px;
}