html {
    -webkit-text-size-adjust: none; /* to disable font scaling in landscape mode */
}

body {
  /*background-image: url("../images/watermark.gif");*/
  background-position: 100% 75%;
  background-attachment:fixed;
  background-repeat: no-repeat;
  margin:0;
}
 div#header{
  top:0;
  left:0;
  width:100%;
  height:47px;
  background-image:url('../images/stretch.png');
 }
 div#b1{
  background-image:url('../images/button_stretch.png');
 }
 div#b2{
  background-image:url('../images/button_stretch.png');
 }
 div#b3{
  background-image:url('../images/button_stretch.png');
 }
 p.margin {
  margin-right:0px;
 }
 div#footer{
  top:366px;
  left:0;
  position:absolute;
  width:100%;
  height:50px;
  background:#eeb30f;
 }
 #green, #blue {
				left: 0px;
			}
			#green1 {
				background-color: transparent;
				width:100%;
				height:47px;
				position:absolute;
			}
			#green2 {
				background-color: transparent;
				width:100%;
				height:47px;
				position:absolute;
			}
			#green3 {
				background-color: transparent;
				width:100%;
				height:47px;
				position:absolute;
			}

