/*
@off-white: #fbfbfa;
@highlight-gray: #efefda;
@light-gray: #d2d2c2;
@mid-gray: #aeaea0;
@gray: #6e6e64;
@dark-gray: #383833;
*/
html, body {
  background: white url(background.gif) repeat-x;
  width: 100%;
  height: 100%; }

.template {
  padding-bottom: 40px; }

.clear {
  float: none;
  clear: both; }

.template {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.header {
  position: relative;
  height: 80px;
  margin-bottom: 20px;
  color: white; }
  .header a {
    color: #ffffff; }

.logo {
  position: absolute;
  bottom: 30px;
  left: 40px;
  padding-bottom: 0px; }
  .logo .name {
    font-size: 30px; }
  .logo .title {
    font-size: 13px;
    text-transform: uppercase; }

a {
  cursor: pointer; }

img {
  outline: none !important; }

.padding {
  padding-left: 40px;
  padding-right: 40px; }
