
body {
  margin-left:  10;
  margin-right: 10;

  background-color: white;
  text-align: left;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;

  color: black;
}

div#image {
  border: 8px double #181818;
  background-image: url('glamour.jpg');
  width: 800;
  height: 571;
}

div#main {
  position: absolute;
  top: 50;
  left: 50;
  width: 365;
  height: 300;
}

div#icons {
  border: 1px dashed #181818;
  padding: 4px;
}

a.icon img {
  border: 0;
}

