body{	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Pragmatika, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #BB3F27;
	color: white;
}

#menu{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}

#title{	position: absolute;
	z-index: 4;
	width: 76%;
	color: white;
	margin: 0 115px;
	font-size: 14px;
	padding: 30px 19px 22px 19px;
	background-color: black ;
	text-align: right;
}
#content{
	position: absolute;
	z-index: 4;
	top: 150px;
	width: 80%;
	height: 50%;
	margin: 0 100px 0 100px;
	padding: 15px;
	text-align: justify;
	font-size: 100%;
	background-color: transparent;
}
#counter{	position: absolute;
	z-index: 4;
	font-size: 10px;
}

@media print
{	#menu{ display: none; }
	#title{ height: 130px; width: 95%; margin: 0; padding: 0; font-size: 20px; background-image: none; }
	#content{ height: 100%; width: 95%; margin: 0 15px; padding: 0 0 0 0; top: 140px; }
	#counter{ display: none; }}

