html, body {
  height:100%;
}
body {
  font-family: Arial, sans-serif;
  color:#fff;
  padding:0px;
  margin:0px;
  text-align:center;
  background:#ff1110 url("../images/bg.jpg") repeat-x center top;
  font-size:12px;
}
a {
  outline:none;
  color:#fff;
}
#wrapper {
  margin:0px auto;
  background-color:#000;
  width:580px;
  position:relative;
  text-align:left;
  height:auto !important; /* real browsers */
  height:96%; /* IE6: treaded as min-height*/
  min-height:96%; /* real browsers */
}
#flash-intro {
  position:absolute;
  top:100px;
  left:510px;
  width:130px;
  height:50px;
}
#beershake-logo {
    display:none;
}
.index #wrapper {
  /*background-color:#ff1110;*/
  background:transparent;
}

#logo {
  position:absolute;
  bottom:12%;
  left:581px;
}
#wrapper img {
  border:none;
}
#bottles {
  position:absolute;
  left:-270px;
}
#questionary-info {
  text-align:center;
  margin:0px;
  width:485px;
  padding:50px 0px;
  margin:0px auto;
}

ul#menu {
  position:absolute;
  list-style:none;
  top:;
  margin:0px;
  padding:0px;
  left:580px;
  top:60px;
}
ul#menu li.on {
  background:transparent url("../images/menu-active.gif") no-repeat top left;
}

/* Questions */
table.questions {
  margin:0px auto;
  text-align:left;
  width:470px;
}
input#fName {
  background:#000;
  border:2px solid #fff;
  width:200px;
  height:20px;
  color:#fff;
}
.question-labels {
  height:20px;
}

.questionary #submit {
  padding:50px 0px;
  text-align:center;
}
.questionary .param { width:26px; }
.questionary .value { width:250px; font-size:11px; }

#modal-loading {
  width:577px;
  height:113px;
  border:1px solid #fff;
  background:#000;
  text-align:center;
  position:fixed;
  z-index:899;
  top:200px;
  padding:30px 0px;
  display:none;
}
#errors {
  text-align:center;
  color:#f00;
  font-size:15px;
  display:none;
}
/* Gallery */

.gallery-image {
  text-align:center;
  width:120px;
  float:left;
  margin:40px 10px 0px 0px;
  display:inline;
}
.gallery-image p {
  margin:0px;
}

.gallery #wrapper {
  padding:0px 80px;
  width:420px;
}

.gallery .pagination {
  text-align:center;
  margin:40px;
}
#gallery-link {
  text-align:center;
}

.gallery .pagination a {
  color:#fff;
  text-decoration:none;
  font-size:15px;
  padding:3px;
}
.gallery .pagination a.on {
  color:#c36;
  font-weight:bold;
}

/* Result */
.result #wrapper {
  text-align:center;
}
.result .description {
  width:400px;
  margin:40px auto;
  position:relative;
}
.result .description #left {
  display:block;
  position:absolute;
  left:-50px;
  top:10px;
} 
.result .description #right {
  display:block;
  position:absolute;
  left:414px;
  top:10px;
}

/* Send to friend */
.sendform {
  text-align:left;
  padding:20px;
  height:200px;
  width:200px;
}

/* Helpers */

div.clearer {
  clear:both;
  visibility:hidden;
  height:1px;
  min-height:1px;
  line-height:1px;
}

.alco-warning {
  /*position:fixed;*/
  /*bottom:2%;*/
  /*left:50%;*/
  /*margin-left:-300px;*/
  text-align:center;
} 

.alco-warning img {
  display:block;
  width:579px;
  margin:0px auto;
}
#beershake_muusika {
  margin-left:15px;
  margin-top:10px;
}