body {
  background: url(img/sunset.jpg) top center fixed no-repeat #000;
  font-family: "Source Sans Pro", "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
}

a img, img {
  border: 0;
}

a, a:hover, a:active, a:visited {
  color: #333333;
  text-decoration: underline;
  font-weight: 600;
}

#ie {
  color: #FFF;
  font-weight: bold;
  font-size: 1em;
  background: #FF0000;
}
#ie a,#ie a:hover,#ie a:active,#ie a:visited {
  color: #FFF;
}

#container {
  margin: 0 10% 0 10%;
}

#head {
  font-size: 3em;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  background: none;
}

#container {
  margin-top: 330px;
  opacity: .9;
  margin-bottom: 30px;
}

#content {
  background: rgb(255,255,255);
  background: rgba(255,255,255,.85);
  padding: 3%;
}

.desc {
  font-size: .9em;
  padding-left: 10px;
  padding-top: 0;
  margin-top: 0;
}

p.top {
  padding-top: 0;
  margin-top: 0;
}

h2.title {
  font-size: 1.25em;
  border-bottom: 1px solid #333333;
}
