@charset "UTF-8";
/* CSS Document */
BODY {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	font-family: Arial;
}

#container {
	display: none;	
}
#print {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

