/* MOFO2011 CSS */
@font-face {
	font-family: 'MonaFaceRegular';
	src: url('monaface_v3_reg-webfont.eot');
	src: local('☺'), url('monaface_v3_reg-webfont.woff') format('woff'), url('monaface_v3_reg-webfont.ttf') format('truetype'), url('monaface_v3_reg-webfont.svg#webfontq6IkRXI8') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MonaFaceBold';
	src: url('monaface_v3_bold-webfont.eot');
	src: local('☺'), url('monaface_v3_bold-webfont.woff') format('woff'), url('monaface_v3_bold-webfont.ttf') format('truetype'), url('monaface_v3_bold-webfont.svg#webfontjjwGqWNy') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,body{height:100%;}

body {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica,Arial,sans-serif;
  color: #999;
  background: #000 no-repeat;
  overflow: hidden; 
}

.MonaFace-Bold {
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-family: 'MonaFaceBold',sans-serif;
}
.MonaFace {
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-family: 'MonaFaceRegular',sans-serif;
}

.number {
  font-size: 15px;
}
a{cursor:pointer;}
a:link { 
  text-decoration: none;
  color: #999;
}
a:visited {
  text-decoration: none;
  color: #999;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
a:active {
  text-decoration: none;
  color: #999;
}

p {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 0;
}
 
#brand {
  position: absolute;
  top: 0;
  left: 0;
}

#container {
  width: 842px;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 150px;
  padding-right: 150px;
}
 
#nav1 {
  float: left;
  margin-top: 16px;
}
#nav2 {
  float: right;
  margin-top: 16px;
}

#gutter {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-shadow: 1px 1px 0px black;
}
#guts {
  width: 842px;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 150px;
  padding-right: 150px;
}

#footer {
}

#footer p {
  line-height: 16px;
}
#footer strong {
  color: #7D2A71;
  font-weight: normal;
}
#sponsor {
  margin-top: 30px;
}

#bighead {
  float: left;
  clear: both;
  height: 154px;
  margin-top: 200px;
}

#bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
#bg img {
  width: 100%;
}


