<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
  width:960px;
  height:100%;
  margin:0 auto;
  position:relative;
}
#about_popup {
  width:960px;
  height:240px;
  padding:0px;
margin:0 auto;
  background:#cccccc;
  position:fixed;
  left:auto;
  bottom:0;
display:none; 
/*-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px;*/
}
#about_popup h1 {
  color:#fff;
  margin:0;
  font-size:20px;
}
#about_popup p {
  margin:0;
  color:#fff;
}
#bottom_bar {
  /*width:100%;*/
  height:40px;
  background:#cccccc;
  position:fixed;
  bottom:0;

-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px;

}
#bottom_bar ul {
  list-style:none;
  width:960px;
 /* width:100%;*/
  margin:0 auto;
}
#bottom_bar ul li {
  float:right;
  line-height:40px;
margin-top:-10px;
margin-left:70px;
margin-right:30px;
font-weight:bold;
cursor:pointer;
color:#fff;
}
#bottom_bar ul li a {
  color:#1b0104;
font-weight:bold;
  text-decoration:none;
  margin-right:0px;
}
.plus{vertical-align:middle;margin-left:5px;}
#bottom-wrapper{width:960px;margin:0 auto;border:0px solid #000;}</pre></body></html>