﻿#contentWrapper {
	width: 900px;
	background: url('../img/ESSENCE2.png') repeat-y;
}
#contentTop {
	background: url('../img/TOP2.png') no-repeat;
}

#contentBottom {
	background: url('../img/BOTTOM2.png') no-repeat;
}

#contentLeft {
	width: 250px;
}
#contentRight {
	width: 550px;
}
hr.beautiful {
	background: url(../img/short-hr.png);
	width: 250px;
	height: 30px;
	margin: 15px 0;
	border: 0;
}

/****** POPUP *******/
#popoop {
	display: none;

}
#popupLayer_myStaticPopup {
	width: 99%;
	height: 100%;
}
#popoop-content {
	display: block;
	height: 100%;
	color: #666;
	font-size: 22px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	border: 0;
	outline: 0;

	
}
#popoop-content div  {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	border: 0;
	outline: 0;
}
#popoop-content div img:first-child {
	margin: 0;
	padding: 0;
	line-height: 0;
	border: 0;
	outline: 0;
	height: 94%;
}
#popoop-content div img:last-child {
	margin: 4px 0 0 0;
	padding: 0;
	line-height: 0;
	border: 0;
	outline: 0;
	height: 5%;
	max-height: 25px;
}

a {
	outline: 0;
}
