/* line 1, sass/theme.sass */
body {
  color: #333333;
  background: #ffffff url(/images/bg_home1.jpg) top center no-repeat;
}

/* line 5, sass/theme.sass */
#header {
  color: #cccccc;
  background: url(/images/bg_header1.jpg) no-repeat top;
}

/* line 9, sass/theme.sass */
#nav {
  background: url(/images/bg_nav1.gif) top repeat-x;
  border-top: 1px #84a0c5 solid;
}
