/* Stick footer to bottom
===========================================================================*/

html,
body,
.alpha-page {
  height: 100%;
  _height: 100%; /* for IE 6 */
}

.alpha-header-and-content {
  position: relative;
  min-height: 100%;
  _height: 100%; /* for IE 6 */
}

.alpha-content {
  display:block;
  position:relative;
  padding-bottom:70px;
  background:#fff;
  text-align:left;
}

.alpha-footer {
/*  display:block;*/
  height:70px;
  position: relative;
  margin-top: -90px;
}

/**+html .alpha-footer {margin-top:-97px;} /*ie7* /*/
/** html .alpha-footer {margin-top:-97px;} /*ie6* /*/