h2 {
	color: #d2a019;
	font: 2em Tahoma, Arial;
	}

body{
  margin: 0;
  background-color: #FFFFFF;
}

.container{ 
    position:absolute; 
    left:50%; 
    top:50%;
    width: 800px; 
    height: 510px; 
    margin-left:-440px; 
    margin-top:-280px;
    padding: 40px;
    background-color: #FFF;
}

.content{
  position: relative;
  margin: 0;
  padding: auto;
  background-color: #FFFFE7;
  z-index: 10000;
}
.center{ 
    position: absolute;
    text-align: center;
    max-width: 800px;
    width: 100%; 
}

.dropcontent img{
  line-height: 0;
  max-width: 800px;
  max-height: 560px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -280px;
  margin-left: -400px;
  border: none;
}




