
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    color: #D4F1F7;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 75%;
    line-height: 1.4;
    min-width: 960px;
    text-align: left;
    background-image: url("../img/Debris_Brush_Set_by_zigabooooo.jpg");
	background-position: center center;
    background-repeat: no-repeat;
}

header {
	padding: 2em;
}

a {
    color: #B5ECF3;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

footer {
    position: fixed;
    right: 3em;
	bottom: 1em;
}