﻿#pop {
display: none;
position: absolute;
top:50%; 
left:15%;
width: 522px;
margin-top: 0 auto;

margin-left: 0 auto;

height: 522px;
border: 2px solid black;
background:url("../images/promo.jpg") no-repeat top left;
z-index: 500;
cursor: hand;
font-size: 80%;
}
#pop p2 {
margin: 0 0.3em;
}
#pop h1 {
font-size: 130%;
margin: 0 0 0.5em 0;
color: black;
text-align: right;
}

