/* Print Style Sheet */
@media print {
/* -------------------------------------------------------------------------------- */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

.clearfix:after {  content: "."; display: block; height: 0; clear: both; visibility: hidden;  }
.clearfix { display: inline-block; }
/* -------------------------------------------------------------------------------- */



body, html{
	margin: 0;
	padding: 0;
		width: 1136px; 
		height: 1606px;
		/* background-color: #fff; */
		border: 1px black solid;
		font-family: "BasicCommercial LT";
		font-weight: bold;
		font-size: 11px;
		line-height: 13.2pt;
}
		.page {
		}
		#page1{
		position: absolute;
		left: 0px;
		top: 0px;
		}
		#page2{
		position: absolute;
		left: 0px;
		top: 1606px;

		}
		.margins{
			margin: 20px;
		}

	h1{
		font-weight: bold;
  		font-size: 180px;
  		line-height:160px;
		letter-spacing: -5px;
	}

	.column{
		-webkit-transform: rotate(-90deg); 		
		-moz-transform: rotate(-90deg);
		width: 401px;
		height: 569px;
	}
	#column1{
		position: absolute;
		top: 0px;
		right: 0px;
		border: 1px red solid;
	}













}