@page {
    /* dimensions for the whole page */
    size: A4;
    margin: 0;
}
 
@font-face {
	font-family: 'Christmas Card';
	src: url('hinted-ChristmasCardII.eot');
	src: url('hinted-ChristmasCardII.eot?#iefix') format('embedded-opentype'),
		url('hinted-ChristmasCardII.woff2') format('woff2'),
		url('hinted-ChristmasCardII.woff') format('woff'),
		url('hinted-ChristmasCardII.ttf') format('truetype'),
		url('hinted-ChristmasCardII.svg#ChristmasCardII') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
    /* off-white, so body edge is visible in browser */
    background: #fe6;
}

body {
	font-family: Arial, sans-serif;
	width: 100%;
	overflow: hidden;
}

.topleft { 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 50%; 
	height: 50%; 
	background: #fff;
	/* border: 1px dotted #000; */
	font-size: 15;
	vertical-align: bottom;
	text-align: center;
	display: none;
	-ms-transform:rotate(180deg); /* IE 9 */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
	-o-transform:rotate(180deg); /* Opera */
}
	  
.bottomleft {
	position: absolute; 
	top: 50%; 
	left: 0; 
	right: 50%; 
	height: 50%; 
	background: #fff;
	/* border: 1px dotted #000; */
	font-size: 15;
	vertical-align: bottom;
	text-align: center;
	display: table-cell;
	display: none;

  }

.toprighttop {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	height: 10%;
	background: #fff;
	text-align: center;
	display: none;
	-ms-transform:rotate(180deg); /* IE 9 */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
	-o-transform:rotate(180deg); /* Opera */
}

.toprighttop p {
	font-size: 12;
}

.toprightbottom {
	position: absolute; 
	bottom: 0; 
	left: 50%; 
	right: 0; 
	height: 40%; 
	background: #fff;
	font-size: 15;
	text-align: center;
	display: table-cell;
	display: none;
}
	
.toprightbottom p {
	font-size: 12;
}
	
.bottomrighttop {
	position: absolute;
	left: 0;
	right: 30%;
	top: 10%;
	height: 40%;
	background: #fff;
	text-align: center;
	display: table-cell;
}

.bottomrightbottom { 
	position: absolute;
	left: 0; 
	top: 50%;
	right: 30%; 
	height: 10%; 
	/* border: 1px dotted #000; */
	background: #fff;
	text-align: center;
	overflow: hidden;
	display: table-cell;
}
	
.bottomrightbottom p {
	font-family: 'Christmas Card';
	color: Red;
	font-size: 60px;
	margin: 0px;
	text-align: center;
	-webkit-text-stroke: 1px DarkGreen;
	/* text-shadow:
		 3px  3px 0 DarkGreen,
		-1px -1px 0 DarkGreen,  
		 1px -1px 0 DarkGreen,
		-1px  1px 0 DarkGreen,
		 1px  1px 0 DarkGreen; */
}

.bottomrighttop img {
	position: absolute;
	height: 99%;
	width: 100%;
	top: 0px ;
	left: 0px;
	margin: 0px;
	display: table-cell;
}

.no-print {
	margin-left: 10px;
}

@media print{
	@page {size: landscape}
    
	.no-print, .no-print * {
        	display: none !important;
   	}
	
	.topleft {
		display: table-cell;
	}
	
	.bottomleft {
		display: table-cell;
	}
	
	.toprighttop {
		display: table-cell;
	}

	 .toprightbottom {
		display: table-cell;
	}

	.bottomrighttop {
		left: 50%; 
		right: 0;
		top: 50%; 
	}

	.bottomrightbottom {
		left: 50%;
		right: 0;
		bottom: 0;
		top: initial;
	}
	
	.bottomrightbottom p {
		font-size: 50px;
	}
}
