html {
  height: 100%;
}
body {
  background: #333333; /* Old browsers */
  background: -moz-linear-gradient(top, #333333 0%, #333333 10%, #cecece 55%, #333333 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(10%,#333333), color-stop(55%,#cecece), color-stop(100%,#333333)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #333333 0%,#333333 10%,#e5e5e5 55%,#333333 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #333333 0%,#333333 10%,#e5e5e5 55%,#333333 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #333333 0%,#333333 10%,#e5e5e5 55%,#333333 100%); /* IE10+ */
  background: linear-gradient(to bottom, #333333 0%,#333333 10%,#e5e5e5 55%,#333333 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  background-position: 0px 0px;
#background-image: url("design/logo.png");

#color: #878787;
margin:0;
    padding:0;
}

  #toplinkaa { 
        position: fixed; 
        top: 180; 
       # left: 10%; 
      }
  #toplink1 { 
        position: fixed; 
        top: 2; 
        left: 20%; 
      }


.noshow { display:none; }