body {
    background-image: url("doughboy.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color:black;
    background-attachment: fixed;
}
