body{	/* This is the background image to the entire page that you   * get because of the layer 'back_bodybg' that you created.   * If you would like this layer to stay static relative to the   * browser window (you don't want it to scroll with your content)   * just add the word 'fixed' to the line below (before the ;). */  background: url(Layer-2.png) fixed;}/* You named this layer backmain_center */#Layer-1 {  position: absolute;  margin-left: -751px;  left: 50%;  top: +0px;  width: 1502px;  height: 1002px;  z-index: 1;}/* You named this layer box_center */#Layer-3 {  position: absolute;  margin-left: -745px;  left: 50%;  top: 175px;  width: 1490px;  height: 337px;  z-index: 3;}/* You named this layer Layer 2 */#Layer-4 {  position: absolute;  left: 993px;  top: 239px;  width: 57px;  height: 64px;  z-index: 4;}/* You named this layer Layer 6 */#Layer-5 {  position: absolute;  left: 444px;  top: 228px;  width: 62px;  height: 67px;  z-index: 5;}/* You named this layer Layer 4 */#Layer-6 {  position: absolute;  left: 20px;  top: 255px;  width: 97px;  height: 48px;  z-index: 6;}/* You named this layer http:mainssdipghorg_link */#Layer-7 {  position: absolute;  left: 681px;  top: 506px;  width: 137px;  height: 34px;  z-index: 7;}/* You named this layer http:wwwyadsonlinecom_link */#Layer-8 {  position: absolute;  left: 657px;  top: 543px;  width: 183px;  height: 14px;  z-index: 8;}/* You named this layer flash_text_center */#Layer-9 {  position: absolute;  margin-left: -231px;  left: 50%;  top: 39px;  width: 462px;  height: 260px;  z-index: 9;  /* Here are some suggestions for this area's text settings */  text-align: left;  /* If you don't want scroll bars when your content gets bigger than the space   * you designed for it, remove the following line.      */  font-family: Geneva, Arial, Helvetica, sans-serif;  font-size: small;  color: #FF0000;}/* Here are some examples of how you might want to change the * look and behavior of the links on your page.  Some examples for * further customization are included in comments.  */a { cursor: pointer; }a:link { color: #F88; }a:visited { color: #F88; }a:hover {  color: #F00;  /* text-decoration: underline; */  /* font-weight: bold; */}