* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #000000;
  text-align: center;
}

#main {
  position: relative;
  width: 600px;
  height: 100%;
  margin: 0 auto;
}

#container {
  position: absolute;
  top: 200px;
  left: 0;
  width: 600px;
  height: 300px;
  padding: 10px;
}

#lower_context {
  position: absolute;
  top: 550px;
  left: 0;
  width: 600px;
  height: 100px;
  padding: 10px 10px;
  text-align: center;
}

div#lower_context p {
  font-size: 15px;
  color: #66CCCC;
  margin: 5px 20px 5px 10px;
}

div#lower_context p b {
  font-size: 20px;
  font-weight: bold;
  color: #669999;
}

div#lower_context a {
  text-decoration: none;
  color: #CCCC99;
  font-size: 25px;
}

#lower_context a:hover {
  color: #33FF99;
  font-size: 25px;
}