/* Layers of the design first
   after that comes all the elements in the same order */

table {
  border-collapse: collapse;
}

A:link{
      color: #4b4bff;
}
A:visited{
	color: #9194ff;
}
A:hover{
	color: #cdceff;
}

#back{
      background:	#dedede;
	top:150px;
}
   
#Layer1 {
	position:absolute;
	width:100%;
	height:141px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-color: #F7F3D8;
	visibility: visible;
}
#Layer2 {
	position:absolute;
      top:141px;
	width:100%;
	height:4px;
	z-index:2;
	left: 0px;
	visibility: visible;
	background-color: #fefefe;
}
#Layer5 {
	position:absolute;
	height:90px;
	width:256px;
	z-index:3;
	left: 0px;
	top: 0px;
	visibility: visible;
}

#data{
	position:absolute;
	top:150px;
	z-index:3;
	font-family:Helvetica, Arial, Sans-serif;
	color: #08322c;
}