<html>

<head>
<title>faces</title>
<style>


div {
  width: 1600px;
  height: 800px;
  display: block;
  position: relative;
}

   
    
a:link  {
    color: steelblue;
    position: absolute;
	text-align: center;
	left: 1200px;
	top: 1200px;
	border: 1px solid #000;
	width: 120px;
	height: 30px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: none;
	padding: 5px 15px 5px 15px;
	border-radius: 46px;
	background-color: yellow;
	

}

a:visited {
   color: red;
}

a:hover {
	color: green;
}

a:active {
    color: gold;
}


h1  {
  position: absolute;
  top: 1100px;
  left: 250px;
  color: black;
  font-family: arial, helvetica, sans-serif
  font-size: 3.5em;
}

#canon1 {
  position: absolute;
  left: 5px;
  top: 600px;
  }

#canon2 {
  position: absolute;
  left: 1045px;
  top: 600px;
 }

#John {
  position: absolute;
  left: 445px;
  top: 450px;
 }
 
#banner {
  position: absolute;
  left: 425px;
  top: 100px;
 }
 


</style>

</head>


</html>