
a:link {color: orange;}
a:visited {color: orange;}
a:active {color: black;}

* {
	margin: 0 auto;
  padding: 0;	
  border: 0;
}


body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12pt;
  color: orange;

}

#top
{
  
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -48px;
  margin-left: -531px;
  z-index:0;
}
#top1
{ 
  position: absolute;
  top:48px; 
  left: 50%;
  margin-left: -272px;
  z-index:1;
}
#top2
{ 
  position: absolute;
  top:48px; 
  left: 50%;
  margin-left: -119px;
  z-index:2;
}
#top3
{ 
  position: absolute;
  top:48px; 
  left: 50%;
  margin-left: 34px;
  z-index:3;
}
#top4
{ 
  position: absolute;
  top:48px; 
  left: 50%;
  margin-left: 155px;
  z-index:4;
}
#bottom
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -531px;
}


