html, body
{
	background-color: black;
	height: 100%;
color: white;
}

/* begin gift nav */

#sqLeft  a{
  position: absolute;
  z-index: 1;
  top: 65px;
  left: 25px;
  background-color: #C00;
  height: 20px;
  width: 20px;
  text-align: center;
  color: #C00;
}

#sqLeft a:hover
{
color: #0F0;
background-color: #0F0;
}

#sqLeft a:visited
{
color: #CCC;
background-color: #CCC;
}

#sqRight  a{
  position: absolute;
  z-index: 1;
  top: 75px;
  right: 17px;
  background-color: #C00;
  height: 20px;
  width: 20px;
  text-align: center;
  color: #C00;
}

#sqRight a:hover
{
color: #0F0;
background-color: #0F0;
}

#sqRight a:visited
{
color: #CCC;
background-color: #CCC;
}

#sqBottom  a{
  position: absolute;
  z-index: 1;
  top: 585px;
  left: 185px;
  background-color: #C00;
  height: 20px;
  width: 20px;
  text-align: center;
  color: #C00;
}

#sqBottom  a:hover
{
color: #0F0;
background-color: #0F0;
}

#sqBottom t a:visited
{
color: #CCC;
background-color: #CCC;
}

/* end gift nav */



ul#client 
{
list-style-type: square;
font-family: "Comic Sans MS", fantasy;
}
