html {
  height: 100%;
  min-width: 1000px;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.linear-gradient {
  background: #fff; /* fallback for old browsers */
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#daedcf)) fixed;

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #fff, #daedcf) fixed;

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #fff, #daedcf) fixed;

  /* IE 10 */
  background: -ms-linear-gradient(left, #fff, #daedcf) fixed;

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #fff, #daedcf) fixed;
}

.align-left {
  float: left;
}
.align-right {
  float: right;
}

h1, h2, h3, h4 {
  color: #396B2E;
}

.center-wrapper {
  width: 1024px;
  margin: 0 auto;
  height: 100%;
}

.clear {
  clear: both;
}

.text-container {
  text-align: center;
}

.text-content {
  padding: 20px 0px;
}

img {
    max-width: 300px;
}

ul {
 list-style-type: none;
 list-style-position: outside;
 list-style-image: none;
 text-align: left;
}
