body 
{ 
 margin: 0; 
 padding: 0; 
 text-align: center;
 background-color:#000000 
} 

a
{
  outline: none;
}

img
{  border-style: none;
}

z
a img {
border: none;
} 

#wrapper 
{ 
 margin: 0 auto; 
 border: 0px; 
 padding: 0; 
 width: 1024px; 
 height: 768px
 text-align: center; 
}

#Layer1 {
position: absolute;
top: 0;
margin-top: 0;
margin: 0 auto;
z-index: 1;
}

#Layer2 {
	position: absolute;
	top: 0;
	margin-top: 0;
	margin: 0 auto;
	z-index: 2;
	visibility: visible;
}
