#top, #bottom, #left, #right {
  background: #70227E;
  position: fixed;
 }
#left, #right {
  top: 0; bottom: 0;
  width: 5px;
}
#left {
  left: 0;
}
#right { 
  right: 0;
}
		
#top, #bottom {
  left: 0; right: 0;
  height: 5px;
}
#top {
  top: 0;
}
#bottom {
  bottom: 0; 
}
body {
  background-color: #C262D3;
  font-family: Georgia;
}
h1 {
  color: white;
  font-style: italic;
}
#navbar,
#navbar ul,
#navbar ul li,
#navbar ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  position: relative;
}
#navbar {
  width: auto;
  height: 60px;
  padding-bottom: 6px;
}
#navbar #bg-one,
#navbar #bg-two,
#navbar #bg-three,
#navbar #bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 3px;
}
#navbar #bg-one {
  height: 10px;
  background: #BC38D3;
}
#navbar #bg-two {
  height: 59px;
  z-index: 2;
  background: url('images/bg.png');
}
#navbar #bg-three {
  bottom: 4px;
  height: 55px;
  z-index: 3;
  background: #222222;
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
}
#navbar #bg-four {
  bottom: 4px;
  height: 55px;
  z-index: 4;
}
#navbar ul {
  height: 60px;
  z-index: 5;
}
#navbar ul li {
  float: left;
  margin-right: 1px;
  border-radius: 3px;
}
#navbar ul li a {
  margin-bottom: 4px;
  border-radius: 3px;
  font-size: 15px;
  text-decoration: none;
}
#navbar ul li:hover,
#navbar ul li.active {
  background-color: #BC38D3;
}
#navbar ul li {
  display: inline-block;
} 
#navbar > ul > li > a {
  color: #fff;
  display: block;
  line-height: 56px;
  padding: 0 24px;
  padding-bottom: 5px;
  text-decoration: none;
} 
#navbar > ul > li:hover {
  background-color: #BC38D3;
} 
#navbar > ul > li > div {
  background-color: #BC38D3;
  display: none;
  position: absolute;
} 
#navbar > ul > li:hover > div {
  display: block;
  opacity: 1;
} 
#navbar > ul > li > div ul > li {
  display: block;
} 
#navbar > ul > li > div ul > li > a {
  color: #fff;
  display: block;
  padding: 12px 24px;
  text-decoration: none;
} 
#navbar > ul > li > div ul > li:hover > a {
  background-color: rgba( 255, 255, 255, 0.1);
}
table, td, tr, caption, th {
  color: white;
  border: 1px solid #BC38D3;
}