/* Hacks */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* End Hacks */

/* General */
em {
  font-style: normal;
}
body {
  font-family: "helvetica neue", arial, sans-serif;
  background-color: #181818;
  background-repeat: repeat;
}
p, li, div.letter {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
a, a:link, a:visited {
  color: #36c;
}
/* End General */

/* Layout */
div.header {
  color: #181818;
  width: 700px;
  margin: 0 auto;
}
div.main {
  background-color: white;
  -moz-opacity: 0.90;
  opacity: 0.90;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90); 
  clear: both;
  padding: 10px 20px;
  width: 660px;
  margin: 20px auto;
  -webkit-box-shadow: 0px 0px 2px 0px #888;
  box-shadow: 0px 0px 2px 0px #888;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
/* Layout */

/* Headers */
h1 {
  margin: 24px 0;
  font-family: 'Passion One', cursive, sans-serif;
  font-weight: 300;
  font-size: 64px;
  color: #fff;
  text-shadow: #181818 0 1px 0;
}
h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 20px;
}
h4 {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
}
/* End Headers */

/* Full screen background */
#bg { position: fixed; top: 0; left: 0; z-index: -1; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
/* End Full screen background */

.wufoo {
  font-family: "helvetica neue";
}