@import url('layout.css');
@import url('typography.css');
@import url('color.css');

body {
  text-align: center;
  background: #dadada url('../images/bg.jpg') top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
}
