body {
  background: #0bb9b7;
}

html, body, div, img, a, span {
  margin: 0px;
  padding: 0px;
  border: none;
  
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  font-size: 16px;
  font-family: Verdana, Arial;
  vertical-align: bottom;
}

img {
}

#everything {
  margin: 10px auto;
  width: 900px;
}

#logo {
  width: 250px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 300px;
  box-shadow: 0px 0px 5px #07706e;
}

#content {
  width: 900px;
  min-height: 800px;
  padding: 1px 30px 30px 30px;
}

.outerframe {
  padding: 3px;
  border-radius: 40px;
  background: #808080;
  display: inline-block;
}

.innerframe {
  width: 100%;
  background: #fff;
  border-radius: 60px;
  overflow: hidden;
  display: inline-block;
}

.lefttext {
  text-align: left;
}

.centertext {
  text-align: center;
}

.righttext {
  text-align: right;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.menubar {
  margin-top: -40px;
}

.menubutton {
  display: inline-block;
  padding: 5px 15px;
  margin: 0px 10px;
  height: 40px;
  color: #fff;
  background: #808080;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 20px;
}

.menubutton:hover {
  background: #a0a0a0;
}

.blueshadow {
  box-shadow: 0px 0px 5px #07706e;
}

.bold {
  font-weight: bold;
}

.clear {
  clear: both;
}

h1, h2, h3 {
  text-decoration: underline;
  font-family: ScriptMtBold;
}

@font-face {
  font-family: ScriptMtBold;
  src: url(SCRIPTBL.TTF);
}