@import url(common/css/default.css);
@import url(common/css/screen.css);

body {
  background: #fee;
}

#header h1 {
  visibility: hidden;
}

#footer {
  background: #ddd;
  color: #666;
}

#footer-inner {
  padding-top: 10px;
}

#container-inner {
  width: 960px;
}
#beta {
  width: 260px;
  background: #ffe8e8;
}

h3.widget-header {
  margin-bottom: 5px;
}

.widget-content {
  padding-left: 5px;
}

.banner-content {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}

.banner-content a img {
  border: 0px;
}

