@charset "iso-8859-1";
body
  {
  background: #000000;
  font-family:monospace;
  font-variant:small-caps;
  font-weight:600;
  text-align: center;
  color:#CCFFFF;
  
  }
#hex
  {
  background:#000000 url(hex.jpg) no-repeat;
  width: 350px;
  height: 350px;
  padding: 1% 0%;
  z-index: -1;
  }
.text1
  {
  font-size: 22pt;
  padding: 0% 0% 2% 0%;
  }
.text2
  {
  font-size: 16pt;
  padding: 0% 0% 2% 0%;
  }
.text3
  {
  font-size: 11pt;
  font-weight:400;
  }
#main
  {
  width:48%;
  }
#news
  {
  width:25%;
  text-align:left;
  position:absolute;
  top:5%;
  left:2%
  }