img {
  border:0px;
  behavior: url("pngHack.htc");
}

body {
  text-align:center;
  margin:0px; 
  border:0px;
  background:white;
}

a.five:link {color: #ff0000; text-decoration: none}
a.five:visited {color: #0000ff; text-decoration: none}
a.five:hover {text-decoration: underline}

li {
  display: inline; 
  list-style-type: none;
  margin:1em;
  font-size: 60%;
  font-family: sans-serif,trebuchet ms,arial,helvetica,sans-serif;
  letter-spacing: 1px;
  padding:0px;
}

div#all {

    position:absolute;
     left: 50%; 
     top: 50%;
     width: 600px;
     height: 600px;
     margin-top: -300px; /* half of the height */
     margin-left: -300px; /* half of the width */
     border: 0px solid #000;


}

ul.centered {
  margin:0px;
  padding:0px;
  text-align:center;
}