.wf-loading {
    visibility: hidden;
}

.wf-active {
    visibility: visible;
}

body, html {
  height: 100%;
}

* html #container {
height: 100%;
}

body {
  line-height: 3em;
  font-family: 'Georgia';
  color: black;
  background: url(/media/style/background.jpg);
  font-size: 62.5%;
  text-align: center;
}

#container {
  position: relative;
  height: 100%;
  width: 100%;
  margin: -6em auto 0 auto;
  display: table;
  overflow: hidden;
}

#content {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	width: 960px;
}

h1 {
	text-transform: uppercase;
	font-size: 4em;
	line-height: .9em;
	text-shadow: 0 0px 1px white;
	color: #333;
}

h2 {
	color: #AAA;
	font-size: 2em;
	padding-top: .5em;
	text-shadow: 0 0px 1px white;
}

a {
	color: #CC3333;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: .2em;
	font-size: .8em;
}

ul {
	margin: 0 auto;
	border-top: 1px solid #CCC;
	margin-top: 1em;
	list-style-type: none;
	width: 595px;
}

ul li {
	display: inline-block;
}

ul li a {
	text-shadow: 0 0px 1px white;
	margin-right: 2em;
	padding-right: 1.5em;
	border-right: 1px solid #ccc;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}

ul li:last-child a {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
 
a:hover {
	color: #9b0b0b;
}

#logo {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: .4;
}

#logo:hover {
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	opacity: 1;
}
