.border {
  border: 1px solid red;
}
html {
  height: 100%;
  background-color: #a7e04e;
  background-color: #A7E04E;
  color: #3c3c3c;
  color: #3C3C3C;
  color: #b0b0b0;
  color: #452E26;
  font-family: helvetica, arial, sans-serif;
}
body {
  _behavior: url("../ie/csshover3.htc");
  /* For IE6 only, it enables hover on non anchor tags */

}
/* Select Text */
::-moz-selection {
  background: #595959;
  color: #D6D6D6;
}
::selection {
  background: #595959;
  color: #D6D6D6;
}
.footer {
  font: 12px Helvetica, Tahoma, Sans-Serif;
  height: 100px;
}
.footer p {
  display: inline;
  float: left;
  margin-top: 12px;
}
.wilson {
  display: inline;
  float: left;
  margin-left: 12px;
  margin-top: 4px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.wilson:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
h1 {
  font: 32px 'RalewayThin', Helvetica, Tahoma, Sans-Serif;
}
h2 {
  font: 26px 'RalewayThin', Helvetica, Tahoma, Sans-Serif;
  text-transform: uppercase;
}
h3 {
  font: 18px 'AmaranthRegular', Helvetica, Tahoma, Sans-Serif;
  color: #fff;
}
.content {
  text-align: center;
  word-spacing: 1mm;
  letter-spacing: 0.1mm;
}
ul {
  font: 22px 'AmaranthRegular', Helvetica, Tahoma, Sans-Serif;
}
ul li {
  list-style: none;
}
@font-face {
  font-family: 'RalewayThin';
  src: url('../fontface/raleway_thin-webfont.eot');
  src: url('../fontface/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fontface/raleway_thin-webfont.woff') format('woff'), url('../fontface/raleway_thin-webfont.ttf') format('truetype'), url('../fontface/raleway_thin-webfont.svg#RalewayThin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AmaranthRegular';
  src: url('../fontface/Amaranth-webfont.eot');
  src: url('../fontface/Amaranth-webfont.eot?#iefix') format('embedded-opentype'), url('../fontface/Amaranth-webfont.woff') format('woff'), url('../fontface/Amaranth-webfont.ttf') format('truetype'), url('../fontface/Amaranth-webfont.svg#AmaranthRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
