/* MAIN BG IMAGE WIDTH 949 x 656 */

* {
  margin: 0px;
  padding: 0px;
}

#bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: #898989;
  overflow: hidden;
  min-width: 960px;
  min-height: 519px;
}

#bgimg img {
  width: 100%;
}

/**************************************************************************************/

	html, body {
    height:100%;
  }

	body {
     /* horizontal centering for IE Win quirks */
/*     text-align:center; */
  }

	#distance { 
    width: 1px;
    height: 50%;
    margin-bottom: -260px; /* half of container's height */
    float: left;
  }

	#wrap {
/* 		margin: 0 auto; */
		position: relative; /* puts container in front of distance */
		text-align: left;
    width: 960px;
/*     width: 420px; */
    height: 519px;
		clear: left;
/* 		background: no-repeat top left; */
		z-index: 100;
	}


/**********************************************************************************/

body {
  font-family: Verdana, sans-serif;
  color: white;
  background: /* url(../img/bg.gif) repeat-y center */ #898989;
  font-size: 11px;
}

#main {
  width: 420px;
  min-height: 395px;
  padding-bottom: 25px;
  padding-top: 108px;
  margin-left: 36px;
  position: relative;
}

h1, h1 a {
  display: block;
  width: 325px;
  height: 57px;
  margin-bottom: 8px;
  background: url(../img/logo.png) no-repeat;
  text-indent: -9999px;
}

h2 {
  font-size: 11px;
  font-weight: normal;
}

a {
  color: white;
  text-decoration: none;
}

a:focus {
  outline-style: none;
}

.clear {
  clear: both;
}

ul.nav {
  list-style-type: none;
  font-size: 9px;
}

ul.nav li {
  float: left;
  margin-right: 0.25em;
  text-transform: uppercase;
}

ul.nav li.selected a, ul.nav li a:hover, a:hover {
  color: #ee1c25;
}

ul.nav li .stbuttontext {
  line-height: normal !important;
}

ul.nav li .stbutton {
  margin-left: 3px;
  padding: 1px 5px 5px 22px;
}

#content {
  width: 324px;
  padding-top: 28px;
}

#content p, #content ul li, #content h2 {
  margin-bottom: 12px;
}

ul#press {
  list-style-type: none;
}

#footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

p#fronds a {
  display: block;
  float: left;
  width: 106px;
  height: 53px;
  background: no-repeat;
  text-indent: -9999px;
  margin-top: 20px;
  margin-right: 1px;
}

p#fronds a#clermont {
  background-image: url(../img/clermont.png?2);
}

p#fronds a#bilbao {
  background-image: url(../img/bilbao.png?3);
}

p#fronds a#sxsw {
  background-image: url(../img/sxsw.png?3);
}

p#fronds a#indielisboa {
  background-image: url(../img/indie.png?1);
}

p#fronds a#brooklyn {
  background-image: url(../img/brooklyn.png?1);
}

p#fronds a#hamburg {
  background-image: url(../img/hamburg.png?1);
}