#MCMP {
	position: relative;
	height: 406px;
	width: 749px;
}

#pLeft {
	float: left;
	height: 406px;
	width: 16px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}

#pRight {
	float: right;
	height: 406px;
	width: 27px;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
}
#pHeader {
	position: absolute;
	width: 749px;
	z-index: 3;
	height: 36px;
}
#pStrtch {
	background-image: url(../images/global/mcmp/center_1.png);
	background-repeat: repeat-x;
	height: 406px;
	width: 720px;


}
#pContent {
	position: relative;
	height: 360px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	top: 36px;
}

a#pClose {
	background-image: url(../images/global/mcmp/close_1.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 19px;
	width: 32px;
	top: 10px;
	right: 10px;
}

a#pClose:hover {
	background-image: url(../images/global/mcmp/close_1_hover.png);
}

.back {
	position: absolute;
	z-index: 200;
	text-align: center;
	margin-left: 380px;
	top: 25px;
}

.back a {
	font-size: smaller;
	color: #464B73;
}
