/* body properties */
body{
margin: 0;
padding: 0;
border: 0;
overflow: auto;
height: 200%; 
max-height: 200%; 
  /* gradiated background color */
  /* fallback */
  background-color:Linen
  /* chrome 2+, safari 4+; multiple color stops */
  background-image:-webkit-gradient(linear, left bottom, right top, color-stop(0.32, #FAF0E6), color-stop(0.66, #FCF6F0), color-stop(0.83, #FEFAF8));
  /* chrome 10+, safari 5.1+ */
  background-image:-webkit-linear-gradient(90deg, #FAF0E6, #FCF6F0, #FEFAF8);
#063053, #395873, #5c7c99);
  /* firefox; multiple color stops */
  background-image:-moz-linear-gradient(-90deg, #FAF0E6, #FCF6F0, #FEFAF8);
  /* ie10 */
  background-image: -ms-linear-gradient(-90deg, #FAF0E6 0%, #FCF6F0 100%);
  /* opera 11.1 */
  background-image: -o-linear-gradient(-90deg, #FAF0E6, #FCF6F0);
  /* The "standard" */
  background-image: linear-gradient(-90deg, #FAF0E6, #FCF6F0);
}

/* iframe properties */
.iframe{border: 0px;}

/* tail frame */
#Tail{
/* position: absolute; */
top: auto; 
left: 225px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0;
right: 0;
height: 30px; /*Height of bottom frame div*/
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
}


