.center {
  margin:0 auto; 
  text-align:center;
}

.comment{
  position:absolute;
  top:0;
  right:0;
  margin-top:25px;
  margin-right:88px;
  font-size:1.25em;
  font:bold;
  height:40px; 
  width:135px
}

.centerbox {
  background-color: #FFFFE0;
  max-width:800px;
  border: 0px solid;
  margin: auto;
  width: 50%;
  padding: 12px;
}

body {
  background-color: black; 
}

.img100 {
  height: auto;
  width: 100%;
}

.img95 {
  height: auto;
  width: 95%;
}

.img104 {
  height: auto;
  width: 104%;
}

.img85 {
  height: auto;
  width: 85%;
}

.img79 {
  height: auto;
  width: 79%;
}

.img76 {
  height: auto;
  width: 76%;
}

.img69 {
  height: auto;
  width: 69%;
}


.header-font {
  color:white;
  text-align:center;
  font-size:2.5em;
}

.centerbox-about {
  z-index: 10;
  background-color: rgba(240, 240, 255);
  margin: auto;
  width: 65%;
  min-width: 400px;
  padding: 15px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.newsdivbox {
  background-color: rgba(240, 240, 255);
  padding: 10px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  background-color: white;
  border: 2px solid #73AD21;
  width: 90%;
  margin:0 auto;
}


.pictext {
  font-size:2em;
  color:RGB(255, 128, 0);
}

.page-bg {
/*  background-image: url("/back.jpg"); */
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

