html {
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #879637;
  position:relative;
  left:0px;
  top:0px;
  z-index:0;
}

#rm-application {
  height: 100%;
  z-index:-1;
}

#amazonAdTopRight{
	position:absolute;
	z-index: 99;
	right: 30px;
	top: 5px;
	border:none;
}


.adCloseButton{
	position: absolute;
	top:-12px;
	right:-12px;
}

