body {

  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  font-family: Arial, Helvetica;
  color: #fafafa;
}

#update_flash {

  position: absolute;
  width: 600px;
  left: 100px;
  top: 50px;
  background: #ffea00;
  border: 2px solid #111;
  padding: 10px;
}

#update_flash a {

  color: #000;
  font-weight: bold;  
}

#update_flash h2 {

  font-size: 26px;
  color: #333333;
}

#update_flash p {
  
  font-size: 18px;
  color: #333333;
}

#content {
  position: absolute;
  left: 100px;
  top: 230px;
  width: 700px;
}

#content h1 {
  font-size: 20px;
  color: #5599ff;    
}

#content p {
  font-size: 14px;
  color: #ededed;    
}



