 
body {
  margin: 0;
  padding: 0;
  background: white url(../png/background.png) repeat-y center;
  background-size: 660px 1px;
}
 
#container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
 
#logo {
  width: 330px;
  height: 30px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -330px;
  border: none;
  text-align: right;
}

#info {
  width: 300px;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: 15px;
  border: none;
}

#info .text {
  font-family: 'cmu_sans_serifbold';
  font-size: 1.2em;
}
 
#info a {
  color: #0082C9;
  text-decoration: none;
}
#info a:hover {
  color: #0082C9;
  text-decoration: underline;
}
 
#info p {
  margin: 1.2em 0 1.2em 0;
}
 
#info p i {
  color: black;
}
 
