

#label {
    float:left;
    width:8em;
    text-align:right;
    margin-right:.3em;
  }


#headerdiv {
    position:absolute;
    height:290px;
    width:100%;
    top:0px;
    left:0px;
  }


#bottomdiv {
    position:absolute;
    width:100%;
    bottom:0px;
    top:290px;
    left:0px;
  }


.textbox {
    left : 200px;
    position : relative;
  }


#buttondiv {
    position:absolute;
    width:300px;
    left:20px;
    right:0;
    height:90%;
    top:5%;
  }


#maindiv {
    position:absolute;
    height:100%;
    bottom:0%;
    left:340px;
    right:0px;
  }


#blockquote {
    border-style : double;
    border-width : medium 5px 5px;
    border-right-color : transparent;
    border-bottom-color : transparent;
    border-left-color : #dba801;
    margin-right: 5px;
    margin-left: 5px;
    margin-top:5px;
    margin-bottom:5px;
  }


h1 {
    color : floralwhite;
    text-decoration : underline;
  }


h2 {
    color : floralwhite;
    text-decoration:underline;
  }

