@charset "utf-8";

@import "reset.css";
@import "screen.css";

#content {
  float: left;
  width: 66%;
}

#sidebar {
  float: right;
  width: 24%;
}

