<style type="text/css">

html, body
{
  margin: 0;
  padding: 0;
}

A:link{text-decoration: none; color: #FFFFFF;}
A:visited{text-decoration: none; color: #FFFFFF;}
A:hover{text-decoration: none; color: #3366CC;}
A:active{text-decoration: none; color: #663366;}

#logo
{
  z-index: 2;
  position: absolute;
  top: 5px;
  left: 25px;
}

#header
{
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  height: 100px;
  width: 970px;
  margin: auto;
  background: #663366;
}

#col1
{
  position: absolute;
  top: 100px;
  left: 0px;
  padding: 5px;
  width: 150px;
  height: 435px;
  background: #669999;
}
#col2
{
  position: absolute;
  padding: 2px;
  top: 100px;
  left: 150px;
  width: 200px;
  height: 435px;
  background: #CC99FF;
}
#col234
{
  position: absolute;
  padding: 2px;
  top: 100px;
  left: 150px;
  width: 820px;
  height: 435px;
  background: #CC99FF;
}
#col3
{
  position: absolute;
  padding-left: 5px;
  padding-right: 5px;
  top: 100px;
  left: 350px;
  width: 420px;
  height: 435px;
  background: #CC99FF;
}
#col4
{
  position: absolute;
  padding: 2px;
  top: 100px;
  left: 770px;
  width: 200px;
  height: 435px;
  background: #CC99FF;
}

#footer
{
  clear: both;
  position: absolute;
  top: 535px;
  left: 0px;
  width: 970px;
  background: #663366;
}

.display img
{
  border: 0px;
  margin: 0;
}

.display:hover
{
  background-color: transparent;
}

.display:hover img
{
  border: 0px;
}

.display span
{
  /*large size*/
  position: absolute;
  background-color: #FFFFFF;
  padding: 0px;
  left: -1000px;
  border: 0px;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.display span img
{
  /*large size*/
  border-width: 0;
  padding: 0px;
}

.display:hover span
{
  /*large size*/
  visibility: visible;
  top: 20px; /*vertical offset*/
  left: 210px; /*horizontal offset*/
  z-index: 50; /*depth*/
}
.display2 img
{
  border: 0px;
  margin: 0;
}

.display2:hover
{
  background-color: transparent;
}

.display2:hover img
{
  border: 0px;
}

.display2 span
{
  /*large size*/
  position: absolute;
  background-color: #FFFFFF;
  padding: 0px;
  left: -1000px;
  border: 0px;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.display2 span img
{
  /*large size*/
  border-width: 0;
  padding: 0px;
}

.display2:hover span
{
  /*large size*/
  visibility: visible;
  top: 20px; /*vertical offset*/
  left: -410px; /*horizontal offset*/
  z-index: 50; /*depth*/
}

</style>