@charset "utf-8";
#outer {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -275px;
	min-width:960px;
	left: 0px;
}

#inner {
	margin: auto;
	height: 550px;
	width: 960px;
}


#popup-outer {
	float:left;
	display:inline;
	width:505px;
	background-color:#000000;
}

#popup-header 
 {
	float:left;
	display:inline;
	width:500px;
	height:108px;
}

#popup-content 
 {
	float:left;
	display:inline;
	width:480px;
	padding: 10px;
}