@page { size: 210mm 297mm; }

#header, #menu, #footer, #buttonbar, #video {
	display: none;
}
#printhead {
	display: block;
	position: absolute;
	top: 0;
/*
	width: 1000px;
	margin-left: -500px;
*/
	width: 700px;
	margin-left: -350px;
	left: 50%;
	height: 136px;
	background: white;
}
/*
html, body {
	width: 1000px;
	background: white;
}
*/
#content {
	top: 136px;
/*
	width: 1000px;
	margin-left: -500px;
*/
	width: 700px;
	margin-left: -350px;
	left: 50%;
}
* html #content {
	top: 0;
	border-top: 136px solid white;
}

