/* CSS Document */
body {
	background-image: url(../images/green_background.gif);
	background-repeat: repeat-x;
    background-position:top;
}

#contentsWrapper{
  background:url(../images/page_top_green.gif) no-repeat;
  padding:20px 34px;
  height:100%;
}
