html{
  height: 100%;
}

body{
  background: black;
  text-align: center;
  /*background-image: url('gigs.jpg');*/
  background-position: center center;
  background-repeat: no-repeat;
  font-family: "trebuchet ms", verdana, arial, sans-serif;
  color: #4a4;
}
a{
  font-style: italic;
  text-decoration: underlined;
  /* color: #5b5; */
  color: #ccc;
}
a:visited{  color: #666; /* #8a3; */  }
a:active{ color: #bbb; /* #4f4; */ }

p{
  margin-top: 1ex;
}

pre{
  font-family: "trebuchet ms", verdana, arial, sans-serif;
}

.sitemenu{
  position: absolute;
  bottom: 0.5ex;
  left: 50%;
  width: 100%;
  margin-left: -50%;
}

.textbox, .transparent_background{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 340px;
  width: 550px;
  margin-top: -170px; 
  margin-left: -275px;
}

.textbox{
  color: white;
  font-size: small;
  f__ont-weight: bold;
  text-align: left;
  overflow: auto;
  overflow-x: hidden;
  
  padding: 3px;
  z-index: 100;
}

.textbox a{
  color: inherit !important;
  color: white; /* IE hack */
  font-style: italic;
  text-decoration: underlined;
}

.textbox ul{
  margin: 1em;
  padding: 0px;
  text-indent: 0px;/*1em;*/
}
.textbox li {
  margin-bottom: 1ex;
}
.textbox li span{
  font-weight: bold;
  display: block;
}

.transparent{ 
  /* Transparent background: */
  background-image: url("bg70.png");
  background-repeat: repeat !important;
  background-repeat: no-repeat; /* IE hack */
  color: black !important; /* Will get overridden by #textbox otherwise */
}

.transparent a{
  color: black;
}

/* Följande kod ses bara av IE för Windows: */
* html .transparent /*#textbox*/
{
  /* Göm bakgrundsbild eftsm IE inte stöder transparenta bilder */
  background-image: url();
  color: black;
  f__ont-weight: bold;
}
/* Extra transparent bakgrunds-div för IE: */
* html .transparent_background
{ 
  padding: 4px;
  background: white;
  overflow: hidden;
  filter: alpha(opacity=70);
  z-index: -10;
}


