#prestitial div:first-child {
	background: #000;
	opacity: 0.85;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999999;
	text-align: center
}

#prestitial div.last-child {
	text-align: center;
	position: absolute;
	width: 700px;
	height: 470px;
	top: 50px;
	left: 50%;
	margin-left: -350px;
	z-index: 100000000
}

#prestitial div.last-child a:first-child img {
	margin-bottom: 10px;
	border: 10px solid #000
}

#prestitial div.last-child #close {
	background-color: #fff;
	padding: 3px 8px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #000;
	color: #105983;
	cursor: pointer;
	-moz-boder-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}