
 body{
      background: #000000 url(background.jpg) repeat-x bottom left fixed;
      font: 12px/14px helvetica, geneva, arial, sans-serif;
      color: white;
     }

 acronym{border:0px;}
     
  .content1 {
            position:absolute;
            top:50px;
            left:40px;
            height: 478px;
            width: 618px;
            margin: 5;
            padding: 15px;               
            font: 14px/18px verdana, Trebuchet MS, arial, sans-serif;
            font-variant: small-caps;
            text-align: justify;
            letter-spacing: 1px;
            color: rgb(240,240,240);
            border: 2px solid gray;
           }

  .background {
            position:absolute;
            top:50px;
            left:40px;
            height: 510px;
            width: 650px;
            margin: 0;
            padding: 0px;               
            border: 0px solid gray;
            background-color: rgb(54,54,56);
            background-image: url(nick-back.jpg);
            background-position: bottom right;
            background-repeat: no-repeat;
           }
                   
 A {
          text-decoration: none;
          color: white;
          letter-spacing: 1.5px;
         }

 A:hover {
                text-decoration: underline;
                color: rgb(146,165,209);
               }