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

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

.full-width {
  width: 100%; }

.constrained-width {
  min-width: 600px;
  max-width: 900px;
  margin: auto;
  padding-left: 100px;
  padding-right: 100px; }

#main-layout {
  min-height: 100%; }

#header {
  height: 60px;
  position: relative;
  top: 0px;
  width: 100%; }

#header #logo {
  float: left;
  margin-top: -60px; }

#tabs-layout {
  position: relative;
  text-align: right;
  float: right; }

#tabs-layout a {
  position: relative;
  top: 25px; }

#tabs-layout .active-tab {
  height: 60px;
  width: 141px;
  text-align: center;
  float: right; }

#tabs-layout .inactive-tab {
  height: 60px;
  width: 141px;
  text-align: center;
  float: right; }

#content {
  margin-top: 40px;
  padding-bottom: 212px; }

#footer {
  margin-top: -132px;
  height: 132px;
  position: relative; }

#footer div {
  position: relative;
  top: 40px; }

#tree {
  margin-top: -353px;
  height: 221px;
  position: relative;
  float: right; }

#tree img {
  float: right; }
