html, body {
    background:            #000000;
    background-image:      url('/images/caninus_bg.jpg');
    background-repeat:     no-repeat;
    background-position:   50% 100px;
    background-attachment: fixed;
    color:                 #ffffff;
    font-family:           'utopia', verdana;
    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;
    }

#news {
    text-align:            center;
    height:                500px;
    margin-top:            50px;
    }

img {
    border:                none;
    }
