/* Stylesheet for Liberation-Front.NET  */

body {  
  color: #fff;
  text-align: center;
  min-width: 500px;
  height: 100%;
  padding: 0px;
  margin: 0px; 
  background-color: #000;
  background-image: url(./imgs/bggradient_black-grey._bottom.png);
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: repeat-x;
  border: none;
}

.center {
  text-align: center;
  width: 770px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 21px;
  background: transparent;
  border: 0px solid #777;
}