@charset "utf-8";
/* CSS Document */

body {	
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
}

#wrapper {
	position: relative;
	width: 720px;
	margin: auto;
}

#content {
	position: relative;
	width: 720px;
	height: 800px;
	padding-top: 25px;
	margin: auto;
	z-index: 1;
}

#popup {
	position: absolute;
	width: 360px;
	height: 240px;
	top: 150px;
	left: 20px;
	z-index: 100;
}