html,body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* ---------------------------------------------------- */
/*                    Default Layout                    */
/* ---------------------------------------------------- */
body {
  
}
body>#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
}
.container {
  margin: 0px auto 0px auto;
  position: relative;
}
.column {
  float: left;
  margin: 0 10px;
}

/* ---------------------------------------------------- */
/*                Normal devices (960px)                */
/* ---------------------------------------------------- */
	
  .container {
    width: 1000px;
  }
  #topmenu {
    float: right;
  }
  #topmenu select {
    display: none;
  }
  .column-one-half {
    width: 460px;
  }
  .column-one-third {
    width: 300px;
  }
  .column-two-third {
    width: 620px;
  }
  .column-one-fourth {
    width: 220px;
  }
  .column-three-fourth {
    width: 700px;
  }

/* ---------------------------------------------------- */
/*                   Reset & Clearfix                   */
/* ---------------------------------------------------- */
.clear {clear: both;}
.hide {display: none;}