/*
Copyright Mukodu Inc. 
*/

body { 
    color: #333; 
    background-image: url('/images/mukodu-wallpaper-v1.png');
}

body, p, ol, ul, td {
  font-family: arial, trebuchet ms, trebuchet, verdana, arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 2.0em;
  margin:0;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.button {
  margin-bottom: 10px;
}
#wrapper {
  width:300px;
  height:100%;
  margin: 0 auto;
}
#stuff_we_do {
  margin: 50px auto 0px auto;
  text-align: center;
  width: 230px; 
}

#copyright {
  text-align: center;
  margin-top: 30px;
}
#copyright p {
  font-size: 10px;
}
.happy {
  font-size: 9px;
}
