#popup{
    background:#000000;
    height:100%;
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;
    display: none;
	text-align:center;
	padding-top:50px;
	opacity:1;
	z-index:100;
}
#center{
    border: 10px solid #121212;
    margin: 6% auto;
    width: 750px;
}
#close{
    float: right;
	margin:60px 0px 0px -40px;
    position: absolute;
    top: 0;
	}
img#lightbox{width:650px;}