/* The following rule is for making margins look the same in all browsers */

* {
  padding: 0;
  margin: 0;
}

body {
  position: relative;
  overflow: auto;
  height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

#container {
  position: relative;
  margin-top: 3%;
  margin-bottom: 2.5%;
  height: 78%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  overflow: auto;
}

.IEroot #container {
  margin-top: 10%;
  height: 80%;
}

#top {
  position: relative;
  margin-bottom: 2.5%;
}

.IEroot #top {
  margin-bottom: 7.5%;
}

#top h1 {
  font-size: 480%;
  text-transform: uppercase;
}

#text-links {
  position: relative;
}

#upper-text {
  display: block;
  margin-bottom: 1%;
}

.IEroot #upper-text {
  margin-bottom: 7.5%;
}

#lower-text {
  display: block;
  margin-top: 1%;
}

.IEroot #lower-text {
  margin-top: 7.5%;
}

#text-links a {
  text-decoration: none;
  color: white;
  background-color: black;
  padding: 2%;
}

#text-links a:hover {
  background-color: #555555;
}

#text-links h2 {
  font-size: 300%;
  text-transform: uppercase;
}

#covers {
  margin-top: 3%;
  margin-bottom: 3%;
}

#icon-links {
  position: relative;
  margin-top: 3%;
}

.IEroot #icon-links {
  margin-top: 7.5%;
}

#icon-links a {
  text-decoration: none;
}

#icon-links img {
  border: none;
  padding-left: 1%;
  padding-right: 1%;
}
