@import url('./style-2.css');
#page {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1024px;
}
#branding img {
  height: 230px;
  margin-bottom: -7px;
  width: 100%;
  display: yes;
}
#access {
  background: #6f6f6f; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#5f5f5f, #5f5f5f);
  background: -o-linear-gradient(#5f5f5f, #5f5f5f);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#5f5f5f),
    to(#5f5f5f)
  ); /* older webkit syntax */
  background: -webkit-linear-gradient(#5f5f5f, #5f5f5f);
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  clear: both;
  display: block;
  float: left;
  margin: 0 auto 6px;
  width: 100%;
}
#access a {
  color: #ffffff;
  font-size: 14px;
  font-family: arial;
  display: block;
  line-height: 3em;
  padding: 0 2.5em;
  text-decoration: none;
}
body {
  background-attachment: fixed;
  background-position: right top;
  background-repeat: repeat-y;
}
#page {
  background: #ffffff;
}
#content {
  background: #ffffff;
  font-family: verdana;
  margin: 0 20% 0 3%;
  width: 67%;
}
.widget {
  background: #ffffff;
  font-family: arial;
}
