body
{
  background-color: #fffddd;
}

#evaluators
{
  background-color: #ddfddd;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  height: 100px;
  width: 100px;
  top: 100px;
  left: 15px;
}

#evaluators:hover
{
  background-color: #ccffcc;
}

#current
{
  background-color: #fddddd;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  width: 100px;
  height: 200px;
  top: 201px;
  left: 15px;
}

#current:hover
{
  background-color: #ffcccc;
}

#texture
{
  background-color: #ddddfd;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  width: 200px;
  height: 100px;
  top: 201px;
  left: 116px;
}

#texture:hover
{
  background-color: #ccccff;
}

#lighting
{
  background-color: white;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  width: 200px;
  height: 100px;
  top: 301px;
  left: 116px;
}

#lighting:hover
{
  background-color: gray;
}

#matrix
{
  background-color: white;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  width: 100px;
  height: 200px;
  top: 201px;
  left: 317px;
}

#matrix:hover
{
  background-color: gray;
}

#primitive
{
  background-color: white;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  width: 100px;
  height: 200px;
  top: 201px;
  left: 418px;
}

#primitive:hover
{
  background-color: gray;
}

#clipping
{
  background-color: white;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 201px;
  left: 519px;
}

#clipping:hover
{
  background-color: gray;
}

#rasterisation
{
  background-color: white;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  width: 150px;
  height: 100px;
  top: 201px;
  left: 720px;
}

#rasterisation:hover
{
  background-color: gray;
}

#feedback
{
  background-color: white;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  width: 200px;
  height: 100px;
  top: 301px;
  left: 116px;
}

#feedback:hover
{
  background-color: gray;
}

#pixels
{
  background-color: white;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  width: 200px;
  height: 100px;
  top: 301px;
  left: 116px;
}

#pixels:hover
{
  background-color: gray;
}

#texturing
{
  background-color: white;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  width: 200px;
  height: 100px;
  top: 301px;
  left: 116px;
}

#texturing:hover
{
  background-color: gray;
}

#pfo
{
  background-color: white;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  width: 200px;
  height: 100px;
  top: 301px;
  left: 116px;
}

#pfo:hover
{
  background-color: gray;
}

#framebuffer
{
  background-color: white;
  border: 1px solid lightgray;
  display: block;
  position: absolute;
  width: 200px;
  height: 100px;
  top: 301px;
  left: 116px;
}

#framebuffer:hover
{
  background-color: gray;
}
