/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url(homebg.png);
  background-repeat: repeat;
  background-size: auto;
  background-color:#151d41;
}

#page {
  margin-top: 30px;
}

iframe {
  min-height: 100%;
  min-width: 100%;
  border: none
}
  
header {
  display: block;
  font-size: 20px;
  background-image: url(header.jpg);
    background-position: center, bottom right;
    background-size: 100%, 100%;
    background-repeat: repeat, no-repeat;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    width: 850px;
    height: 150px;
    background-color: #818181;
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px #000;
    border-top: 7px solid #443ce4;
    border-bottom: 5px groove #2d248e;
    border-left: 7px solid #443ce4;
    border-right: 7px solid #443ce4;
    border-radius: 25px 25px 0px 0px;
}

h1 {
  color: #FFFFFF;
  font-family: verdana;
  text-align:center;
}

h3 {
  color: #FFFFFF;
  font-family: Verdana;
}

p {
  color: #FFFFFF;
  font-family: Verdana;
}

#sidebar {
  display: table-cell;
    vertical-align: top;
    margin-left: 0px;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    width: 195px;
    background-color: #818181;
    text-decoration: none;
    border-top: 4px groove #443ce4;
    border-bottom: none;
    border-left: 7px solid #443ce4;
    border-radius: 0 0px 0px 0px;
    border-spacing: 0px;
}

#main {
  display: table-cell;
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    width: 545px;
    background: rgb(0, 255, 212);
    background: linear-gradient(180deg, rgba(0, 255, 212, 0.25) 0%, rgba(0, 28, 255, 0.25) 50%, rgba(0, 9, 81, 0.25) 100%);
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 0px #000;
    border-top: 4px groove #443ce4;
    border-bottom: none;
    border-left: 5px groove #443ce4;
    border-right: 5px groove #443ce4;
        border-spacing: 0px;
}

#rightbar {
  display: table-cell;
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    width: 91px;
    background-color: #818181;
    font-size: 13px;
    text-decoration: underline;
    border-top: 4px groove #443ce4;
    border-bottom: none;
    border-right: 7px solid #443ce4;
    border-radius: 0px 0px 0px 0px;
    border-spacing: 0px;
}

#endbar {
  display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 850px;
    font-size: 13px;
    background-color: #818181;
    border-left: 7px solid #443ce4;
    border-right: 7px solid #443ce4;
    border-bottom: 7px groove #443ce4;
    border-top: 7px groove #443ce4;
    border-radius: 0px 0px 25px 25px;
}

