#alpha60 {

  width:500px;
  /*padding: 10px 40px 0 40px;*/
  padding: 40px;
  margin-left: 50px;
  line-height: 150%;


  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0);

  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.6);

  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

pre{
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 20px;

}

body {
  padding: 0;
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 12px;

}


html {
  overflow: scroll;
}

a {
  color:white;
}

a img {
  border-style: none;
}

#center {
  width: 740px;
  margin: 0 auto 0 auto;
  background: #eee url('/images/background.gif') repeat-y left top;
}

#header {
  padding: 20px 40px 0 40px;
}

#content {
  width:500px;
  color:white;
  background-color: #000;
  padding: 10px 40px 0 40px;
  margin-left: 50px;
  filter:alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity:0.5;
}


#text {
  border: solid black 0px;
  width:500px;
  color:white;
}

#footer {
  padding: 5px 20px 0 20px;
  height: 19px;
  text-align: right;
  font-size: 10px;
}

#menu {
  display: block;
  height: 26px;
  margin: 70px 0px 0 0px;
  padding: 0;
  padding-left: 55px;
  list-style-type: none;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 4px solid #f90;

  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0);

  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.6);

  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#menu li {
  display: block;
  float: left;
}

#menu li a {
  display: block;
  height: 26px;
  padding: 0 12px 0 12px;
  line-height: 26px;
  color: #fff;
  border-style: none;
  outline: none;
  text-decoration: none;
}

#menu li a:hover {
  background-color: #f90;

}

#menu li.selected {
  background-color: #f90;
  color: #000;
}

#menu li.selected a {
  color: #000;
}
.logoliten{
  align:right;
  position:fixed;
  right:20px;
  bottom:20px;

}
.logostor{
  position:relative;
  left:50px;
  top:30px;
}

