body, html {
  background-color: #FFFFFF;
  margin: 0;
  height: 100%;
  font-family: Arial;
}

#bg {
  background-color: #FFFFFF;
  background-image: url(background.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
}

#container {
  background-color: transparent;
  width: 700px;
  height: auto;
  visibility: visible;
  margin: 0 auto;
}

#footer {
  background-color: transparent;
  margin-top: 20px;
  width: 325px;
  margin-right: auto;
  margin-left: auto;
}

#logo {
  background-color: transparent;
  width: 325px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 220px;
  text-align: center;
}

#img_logo {
  border: 0px;
}

#content {
  color: #fbae15;
  font-size: 22px;
  font-family: Arial;
  width: auto;
  float: left;
  width: 700;
  padding-top: 50px;
  text-align: center;
}

#content_ip {
  color: #fbae15;
  font-size: 48px;
  font-family: Arial;
  width: auto;
  float: left;
  width: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#content_ip:hover {
  color: #fbae15;
  font-weight: bold;
  text-decoration: none;
}

a, a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #fbae15;
  text-decoration: none;
}
