/* CSS Document */

html {
  margin: 0;
}
body {
  background: white;
  color: black;
  margin: 0;
  padding: 0;
  font-family: Verdana Bold, Verdana, Courier, monospace;
  font-size: 12b;
}
div#main {
  width: 1000px;
  height: 530px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -265px 0 0 -500px;
  overflow: hidden;
}
div#buttons {
  float: left;
  padding: 123px 0 0 347px;
  width: 653px;
}
#gdesign span, #foto span { 
  display: none; 
}
#gdesign a, #foto a {
  display: block;
  width: 100%;
  height: 100%;
}
#gdesign a:hover, #foto a:hover {
  background-image: none; 
}
#gdesign { 
  background: url('img/tl-gdesign.gif') 0 -87px no-repeat;
  margin: 0 132px 0 0;
  float: left;
}
#gdesign a { 
  background: url('img/tl-gdesign.gif') no-repeat; 
}
#foto { 
  background: url('img/tl-foto.gif') 0 -87px no-repeat;
  float: left;
}
#foto a { 
  background: url('img/tl-foto.gif') no-repeat; 
}
#gdesign, #foto {
  width: 87px;
  height: 87px;
}
