* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 30px;
}

.text {
    font-family: "Courier";
}

textarea {
    resize: none;
}

body {
    margin: 0;
    padding: 0px;
    //background-image: url("wood-texture-widescreen.jpg");
    background: linear-gradient(60DEG,#0000FF,#A7A7E2,#A7A7E2, #4C4CBA);
}

div#page {
    border: 0px solid yellow;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
}

div {
    text-align: center;
    height: 0px;
    margin-top: 0px;
    border-radius: 0;
}

    div#leftmenu {
        //border: 0px solid green;
        width: 25%;
        float: left;
        margin: 0 0 0 0;
        height: 98vh;
        box-sizing: border-box;
        text-align: left;
        border-radius: 0;
    }

#myfile {
    //border:0px solid red;
    width: 29%;
    height: 6%;
    box-sizing: border-box;
    margin: 0% 3% 0% 3%;
}

#Button2 {
    //border:0px solid yellow;
    width: 62%;
    height: 6%;
    float: right;
    box-sizing: border-box;
    white-space: normal;
    margin: 0% 3% 0% 0%;
}

#ScriptBoxTitle {
    width: 94%;
    height: 3%;
    line-height:65%;
    margin: 0% 3% 0 3%;
    text-align:center;
    vertical-align:bottom;
    box-sizing: border-box;
    border-radius: 0px;
    resize: none;
    background: #729792;
    border-radius: 30px 30px 0 0;
}

#TextBox1 {
    width: 94%;
    height: 95%;//87%;
    //60%;
    margin: 0 3% 0 3%;
    box-sizing: border-box;
    border-radius: 0 0 30px 30px;
    resize: none;
    border: 2px inset gray;
}

#Advertisements {
    border: 1px solid orange;
    width: 94%;
    float: left;
    height: 25%;
    //height:auto;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0 3% 0 3%;
    border-radius: 25px;
    background-image: url("flowers.jpg");
    background-size: cover;
}

#Button1 {
    //border:5px solid yellow;
    width: 10%;
    height: 10%;
    box-sizing: border-box;
    /*
  display: block;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7); 
  color: #a7a7a7;
  //margin: 36px;
  //width: 100px;
  //height: 100px;
  //position: relative;
  text-align: center;
  line-height: 7%;
  border-radius: 50%;
  box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
      */
    position: absolute;
    top: 60%;
    left: 13%;
}

div#bottommenu {
    //border:5px solid pink;
    width: 74%;
    margin: 29vh 1% 0 25%;
    height: 21vh;
    box-sizing: border-box;
    border-radius: 0;
}

#OutBoxTitle {
    //border:5px solid cyan;
    width: 2%;
    float: left;
    height: 100%;
    box-sizing: border-box;
    border-radius: 30px 0 0 30px;
    background: #729792;
    //writing-mode: vertical-lr;
    //-webkit-transform: rotate(180deg);
    //-moz-transform: rotate(180deg);
    //-o-transform: rotate(180deg);
    //-ms-transform: rotate(180deg);
    //transform: rotate(180deg);
    //color: white;
}

#TextBox2 {
    //border:5px solid cyan;
    width: 98%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 0 30px 30px 0;
    //color: white;
    border: 2px inset gray;
}

div#header {
    border: 5px solid red;
    width: 100%;
    height: 30px;
    border-radius: 0;
}

div#content {
    //border:5px solid magenta;
    border: 5px inset brown;
    width: 74%;
    //margin:0 0 -25vh 25%;
    margin: 2vh 1% -27vh 25%;
    min-height: 500px;
    height: 73vh;
    //_height:auto;
    box-sizing: border-box;
    border-radius: 35px;
}

div#footer {
    border: 2px solid red;
    width: 100%;
    height: 25vh;
}
