html {
    height: 100%;
}

body {
    height: 100%;
    background-image: url('/media/images/bgpattern.png');
}

header {
    position: fixed;
    width: inherit;
}

header .well {
    background: none;
    color: #f2f2f2;
}

header p, header a, header h1, header h2, header h3 {
    color: #f2f2f2;
}

ul.listing {
    list-style: none;
    margin: 0;
}