html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: Red;
	overflow: hidden;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	color: White;
	font-size: 16px;
	font-weight: bold;
}
#back {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 61px;
	height: 70px;
	z-index: 90;
}
#back img {
	border: none;
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -259px;
	margin-left: -400px;
	width: 800px;
	height: 518px;	
	background-image: url(img/common/back_pm.jpg);
	background-repeat: no-repeat;
	background-position: center -50%;
}

