html {
  height: 100%;
}
body {
  height: 100%;
  width: 975px;
  margin: 0 auto;
  background: #393977;
  color: #1E1E8B;
  margin-bottom: 30px;
 font-family: sans-serif;

}
#big_container {
  background-color: #a6bc09;
  color: inherit;
  margin: 2% 0;
  padding: 20px 0px;
}
p {
  margin: 0 10px;
}
a {
  color: #0c25bb;
  background-color: inherit;
}
img {
  border-style: none;
}
#top_left, #top_right {
  width: 50%;
  text-align: center;
  float: left
}
#top_left {
  clear: left;
}
#top_right {
  clear: right;
}
#content {
  margin: 25px 0;
  clear: both;
}
#bottom {
  clear: both;
  text-align: center;
}
