.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  float: none; }

.clearfix {
  display: block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

html,
body {
  height: 100%; }

body {
  text-align: center;
  background: #f8f9f9 url(../images/bg_global.png) top center repeat-x; }

#container {
  text-align: left;
  border-top: 1px solid #cccccc;
  min-height: 100%;
  position: relative; }

#hd {
  margin-left: auto;
  margin-right: auto;
  width: 960px; }
  #hd #logo {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
    height: 77px;
    margin-left: 0;
    background: url(../images/logo.png) top left no-repeat; }
    #hd #logo h1 {
      visibility: hidden; }
  #hd #user {
    margin-right: 0;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 620px;
    background: url(../images/bg_user.jpg) top right no-repeat;
    top: -1px;
    position: relative;
    height: 54px; }
    #hd #user #twitter {
      top: 7px;
      right: 11px;
      position: absolute; }
  #hd #global_nav {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 940px;
    margin-left: 0;
    margin-right: 0; }
    #hd #global_nav a {
      color: white;
      font-weight: bold;
      font-size: 16px;
      text-decoration: none; }
    #hd #global_nav ul {
      background: url(../images/bg_nav.png) left top no-repeat;
      list-style: none;
      height: 40px;
      width: auto; }
      #hd #global_nav ul li {
        float: left;
        display: inline;
        background: url(../images/bg_nav.png) right top no-repeat;
        height: 40px;
        width: auto;
        line-height: 40px;
        padding: 0px 20px;
        margin-left: 0px; }
        #hd #global_nav ul li.selected {
          background-image: none;
          background-color: #f7f7f7; }
          #hd #global_nav ul li.selected a {
            color: #969696; }

#bd {
  padding-bottom: 105px;
  margin-left: auto;
  margin-right: auto;
  width: 960px; }
  #bd:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: " "; }
  #bd .block {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
    height: 300px;
    padding-top: 57px;
    margin-bottom: 19px;
    background: white url(../images/bg_header.png) top left no-repeat;
    position: relative; }
    #bd .block h1 {
      left: 15px;
      top: 10px;
      position: absolute;
      font-size: 21px; }
    #bd .block.alpha {
      margin-left: 0px; }
    #bd .block.omega {
      margin-right: 0px; }

#ft {
  background-color: #f2f2f2;
  border-top: 1px solid #cccccc;
  font-size: 11px;
  color: #999999;
  padding-top: 20px;
  height: 85px;
  width: 100%;
  position: absolute;
  bottom: 0px; }
  #ft .content {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    text-align: left; }
  #ft a {
    padding: 5px;
    color: #ff3300;
    text-shadow: 0px 1px 0px white;
    text-decoration: none; }
    #ft a.first {
      padding-left: 0px; }
  #ft p {
    margin-top: 10px; }

.alpha {
  margin-left: 0px; }

.omega {
  margin-right: 0px; }
