html, body {
    /* background:            #201201; */
    background:            #11222b;
    color:                 #ffffff;
    font-family:           helvetica, sans-serif;
    text-align:            center;
    vertical-align:        middle;
    }

a, a:visited, a:active {
    color:                 #ffffff;
    font-weight:           bold;
    text-decoration:       none;
    }

a:hover {
    color:                 #ffffff;
    font-weight:           bold;
    text-decoration:       underline;
    }

#mainBody {
    background-color:      #000000;
    width:                 700px;
    text-align:            left;
    height:                auto;
    padding:               1em 5em 5em 5em;
    margin:                0px;
    background-image:      url('/images/caninus_bg.jpg');
    background-repeat:     no-repeat;
    background-position:   50% 100px;
    background-attachment: fixed;
    }

img {
    border:                none;
    }
