body {
  text-align : center;
}

a {
  color : black;
  font-weight : bolder;
  font-size : 12pt;
  text-decoration : none;
}

a:hover {
  color : red;
  font-weight : bolder;
  font-size : 12pt;
  text-decoration : underline;
}

div#content {

  width : 700px;
  height : 400px;
  margin-left : auto;
  margin-right : auto;
  background-image : url('http://oreye2.bugiweb.com/usr/images/intro.jpg');
  background-position : center;
  border : 1px solid black;
  position : relative;
  text-align : center;

}

div#content2 {

margin-left : auto;
margin-right : auto;
width : 110px;
margin-top : 325px;

}