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

#d_main {
    text-align: center;
    margin: 100px auto;
    width: 900px;
    padding: 10px;

    font-size:56px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    color:white;
}
