html,
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-image: url('background.jpg');
  background-color: #2d3a80;
  font-family: 'Titillium Web', sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: justify;
  letter-spacing: 1px;
}

#box1 {
  position: relative;
  width: 735px;
  min-height: 100%;
  margin: 72px auto;
  padding: 8px;
}

#header {
  height: 350px;
  width: 735px;
  background-image: url('banner.png');
  border: 1px solid #230023;
}

#linkity {
  position: absolute;
  top: -23px;
  left: 7px;
  width: 735px;
  line-height: 30px;
  text-align: center;
}

#linkity a {
  width: 120px;
  display: inline-block;
  margin-right: -3px;
  background-color: #230023;
  color: #fff;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #230023;
}

#linkity a:hover {
  background-color: rgba(35, 0, 35, 0.4);
  border-bottom: 1px solid #fff;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}

#content {
  display: flex;
  border-left: 1px solid #230023;
  border-right: 1px solid #230023;
  border-bottom: 1px solid #230023;
  width: 735px;
}

#box2 {
  width: 528px;
  border-right: 1px solid #230023;
  border-left: none;
  padding: 8px;
  background-color: rgba(35, 0, 35, 0.6);
  flex-grow: 1;
}

#box3 {
  width: 174px;
  border-left: none;
  padding: 8px;
  background-color: rgba(35, 0, 35, 0.6);
  text-align: left;
  display: table;
}

.disclaimers {
  display: table-row;
  vertical-align: bottom;
  height: 1px;
}

h1 {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-family: times;
  font-style: bold;
  display: block;
  border-bottom: 1px solid #a481b0;
  letter-spacing: 2px;
  margin: -2px 0px 0px -4px;
  background: url('http://i.imgur.com/JIys63C.jpg');
}

a {
  color: #fff;
  background: #000;
  text-decoration: none;
  font-style: italic;
}

a:hover {
  background: rgb(35, 0, 35);
}

.side {
  background: #b530b9;
  padding: 10px 12px;
  border: 3px double black;
  margin-top: 225px;
  max-height: 300px;
  overflow: auto;
  width: 135px;
  position: fixed;
  text-align: center;
}