#layer1 
  { background-image: url("bg.jpg"); background-repeat: repeat-x; background-attachment: scroll; background-position: center top; visibility: visible; position: absolute; left: 0; width: 100%; height: 750px; overflow: visible }
#layer2 
{
	visibility: visible;
	position: absolute;
	top: 2px;
	width: 100%;
	height: 80%;
	overflow: visible;
	right: 2px;

}
