body {
background: #FFF; 
margin:0 auto;
}

#head {
height: 100px;
background: #FFF url('kanban3.jpg') no-repeat top fixed;
background-size: cover;
}

#logo {
font-size: 300%;
color: #FFF;
filter: alpha;
text-align: left;
padding: 15px;
}

a.kanban {
  color: #FFF;
  text-decoration: none;
}

#foot {
height: 30px;
font-size: 80%;
text-align: center;
padding-top: 7px;
background: #FFF url('kanban3.jpg') no-repeat bottom fixed;
background-size: cover;
}

#foot p {
color: #FFF;
}