
body{
	margin:0;
	background:#F4EAD6;
	}

#mscreen {
	position: relative;
	margin: 50px auto;
	text-align: center;
	/* overflow: auto;
	width: 1012px;
	height: 600px; */
	width: 1000px;
	min-height: 600px;
	padding: 5px;
}
#mitochon {
	position: absolute;
	display: inline;
	top: 0;
	left: 0;
	width: 1000px;
	/* height: 600px; */
}
#mitochonp {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 1000px;
	/* height: 600px; */
}

@page {
	size: A4;
	margin: 1cm;
}
@page: left
{
	margin-right: 1cm;
}
@page: right
{
	margin-left: 1cm;
}

@media print
{

#mscreen {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	overflow: auto;
	top: 0;
	left: 0;
	width: 1105px;
	height: 1544px;
	min-height: 1544px;
	padding: 0px;
}
#mitochon {
	position: absolute;
	display: none;
}
#mitochonp {
	position: absolute;
	display: inline;
	width: 1093px;
	height: 1544px;
}
}
