body {
   background-image:url('images/lion.png');
   color:black;
   font-family: 'Courier New', monospace;
   font-size:17px;
	
}


.container {
  border:10px solid #000;
  width:1280px;
  margin:50px auto 0px auto;
  background-image:url('images/bac3.png');
}



.content {
	text-align:center;
	width:1100px;
}


.links {

  width:140px;
  padding-left:10px;
}

a:link {
  color: #FFF;
}

a:visited {
    color: #00F
}

a:hover {
     color: yellow;
}



.img {
	float:left;
	height:350px;
	width:500px;
        padding: 20px 30px;
}

a:active {
	color: #F0F
}


.hidden {
    visibility: hidden;
}

.ghost {
 	display: none;
	text-align: right;
}

.button {
  border: none;
  color: white;
  padding: 3px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  color:black;
  background-color:#86BEDA;
  font-size:30px;
  color: black;
  font-family: 'Courier New', monospace;
}