@charset "utf-8";

/* popup style */

#header {
	width:100%;
	height:137px;
	position:relative;
	background:url(../images/popup/popup_header_bg.gif) repeat-x;
}

/* contents */

#contents {
	background:#090909;
	float:none;
	width:540px;
	margin:0 auto;
}

#main {
	padding:30px 30px 30px 30px;
}

/* footer */

#footer-inner {
	width:540px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

p.close {
	display:none;
}