/* The background off the index*/
.backgroundindex {
	background-image : url(images/index_02.gif);
      background-repeat : repeat-x;
}

/* The background off the content pages*/
.backgroundcontent {
	background-image : url(images/index_21.gif);
      background-repeat : repeat-y;
}
