@charset "utf-8";
<style>
#content {
    width: 900px;
    margin: 0px auto;
    padding: 2em 1em;
}

#header {
	background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
   
    margin-bottom: 10px;
    text-align: center;
    width: 900px;
    min-height: 150px;
}

#column-right {
	background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    float: right;
    min-height: 225px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    width: 180px;
	padding-top:10px;
}

#central {
	background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    float: left;
    min-height: 225px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 685px;
	padding:10px;
}

#footer {
	background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
   
    margin-top: 10px;
    text-align: center;
    clear: left;
    width: 963px;
    min-height: 100px;
}

#popup {
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}

#popup2 {
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}

#popup3 {
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}


#popup4 {
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}
.content-popup {
	margin:0px auto;
	margin-top:120px;
	position:relative;
	padding:10px;
	width:500px;
	min-height:250px;
	border-radius:4px;
	background-color:#FFFFFF;
	box-shadow: 0 2px 5px #666666;
	
}

.content-popup h2 {
	color:#48484B;
	border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	
	
}

.popup-overlay {
	
	position: absolute;
	
	top: 0;
	
/*	width: 100%;    */
	
    z-index: 89999;
	display:none;
	background-color: #999;
	
    cursor: pointer;
    opacity: 0.4;
}

.close {
	position: absolute;
    right: 15px;
}
</style>