body {
    min-height: 100%;
    background-color: #000000;
    background-attachment: fixed;
    font-family: calibri, arial;
    font-size: 120;
    width: 100%;
}

.h1class {
    margin-top: 30px;
}

.h1class a {
    color: #d6cbc1;
    text-shadow: 2px 2px 4px;
    font-size: 150%;
    text-align: center;
    text-decoration: none;
}

.h1class:hover a {
    color: #d6cbc1;
    text-shadow: 2px 2px 4px;
    font-size: 150%;
    text-align: center;
    text-decoration: none;
}

.container {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.bottom {
    bottom: 0px;
    height: 35px;
    position: fixed;
/*    margin-left: 665px;
    margin-right: 665px;
*/
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    color: #f1d302;
    font-size: 12px;
}

.bottom a {
    color: #f1d302;
    text-decoration: none;
}

.bottom a:hover {
    text-decoration: underline;    
}

#content-box {
    color: white;
    text-align: center;
    font-family: calibri, arial;
    font-size: 120%;
}

#blm a {
    color: red;
}

#contact a {
    color: yellow;
}



