@charset "utf-8";
/* CSS Document */

/*  COMMENT OUT FIRST DIVS BECAUSE COVERED BY ANDY'S CSS  */
/*  COMMENT OUT FIRST DIVS BECAUSE COVERED BY ANDY'S CSS  */
/*  COMMENT OUT FIRST DIVS

/* The target CSS ID with :before pseudo class */
/* CSS TEST for setting the Named Anchor Line just below the Header in RS Buch Page */

.offset:before { 
  display: block; 
  content: " "; 
  height: 150px;      /* Give height of your fixed element */
  margin-top: -150px; /* Give negative margin of your fixed element */   
  visibility: hidden; 
}
