
body {
  xbackground: url('./bg2.jpg') repeat top center;
  background: url('./bg3.jpg') repeat right top;
  font-family: arial, helvetica;
  font-size: 12px;
}

#info {
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 80px;
  width: 400px;
  border: 5px solid #888;
  background: #fff url('email.png') no-repeat bottom right;
  padding: 30px;
  line-height: 1.7;
  filter:alpha(opacity=90);
  opacity:0.9;
}

#info a {
  display: block;
  color: #000;
  text-decoration: none;
}

#info a:hover {
  text-decoration: underline;
}

#logo {
  width: 150px;
  height: 110px;
  background: url('./logo.png') no-repeat top left;
}




