body {
    background: url("../images/background.png") no-repeat center center fixed;
}

footer {
    border-top: 1px solid #AAA;
    padding: 2em;
}
nav {
    margin-bottom: 2em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px rgba(100,100,100,0.1);
    -moz-box-shadow: 1px 1px rgba(100,100,100,0.1);
    box-shadow: 1px 1px rgba(100,100,100,0.1);
}

.navbar-grey {
    background-color: #EEEEEE;
}

.bg-grey a {
    color: #444;
}

.nav-item {
    padding: 0 0.5em;
}

img {
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
