html {
	background-color: #000000;
}

html, body, #tbl_wrap { 
	height: 100%; 
	width: 100%; 
	padding: 0; 
	margin: 0; 
	
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#td_wrap { 
	vertical-align: middle;
	text-align: center; 
}

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=420aa0be-8d83-4acb-a13a-9bd9d4649d11");
@font-face{
	font-family:"ITC Lubalin Graph W03 Bd CnObl";
	src:url("../fonts/c91ae4f0-5bfe-49f1-b74d-049898852cda.eot?#iefix");
	src:url("../fonts/c91ae4f0-5bfe-49f1-b74d-049898852cda.eot?#iefix") format("eot"),
		url("../fonts/ed34c13e-ad9a-4e5d-ae40-c14b7ce0a35c.woff2") format("woff2"),
		url("../fonts/f8979e2f-9b91-4d89-adda-ab2bc198880a.woff") format("woff"),
		url("../fonts/2d40c847-ccfd-469a-9818-914b5f0d036f.ttf") format("truetype"),
		url("../fonts/6277eb87-2b52-48b1-86cf-173686e35ea5.svg#6277eb87-2b52-48b1-86cf-173686e35ea5") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:"ITC Lubalin Graph W03 Book";
	src:url("../fonts/0dab238d-5720-4998-9086-5bde904a6510.eot?#iefix");
	src:url("../fonts/0dab238d-5720-4998-9086-5bde904a6510.eot?#iefix") format("eot"),
		url("../fonts/2ab09d74-941a-4fa5-8f1d-c651c952f188.woff2") format("woff2"),
		url("../fonts/f526a9d3-6990-4e60-8793-ceeb7789bb63.woff") format("woff"),
		url("../fonts/7e09fa8b-3eaa-4cc9-bf88-c8837abce225.ttf") format("truetype"),
		url("../fonts/155f297e-1326-4de9-995e-3e27fd74fabd.svg#155f297e-1326-4de9-995e-3e27fd74fabd") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:"ITC Lubalin Graph W03 D1489630";
	src:url("../fonts/be32f107-9bf9-49b8-bf30-8207605522fe.eot?#iefix");
	src:url("../fonts/be32f107-9bf9-49b8-bf30-8207605522fe.eot?#iefix") format("eot"),
		url("../fonts/91b45ee7-5fa4-4549-962d-29aeb05bcda6.woff2") format("woff2"),
		url("../fonts/4a8bedba-b14c-4318-88a6-8d69afedd4db.woff") format("woff"),
		url("../fonts/82cfef9b-0c80-405b-acaa-bf37bdfeea93.ttf") format("truetype"),
		url("../fonts/64ee6d4a-2d7b-45dc-8de7-73c2bfa842a3.svg#64ee6d4a-2d7b-45dc-8de7-73c2bfa842a3") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:"Lubalin Graph ITCTurnerAraW03Bd";
	src:url("../fonts/acb449e5-5a1f-4de5-bde2-dc279da9b1ea.eot?#iefix");
	src:url("../fonts/acb449e5-5a1f-4de5-bde2-dc279da9b1ea.eot?#iefix") format("eot"),
		url("../fonts/9d704a14-5422-42e5-9593-c3058bf31035.woff2") format("woff2"),
		url("../fonts/822e1975-6bb1-44bd-abb9-6a9db91c54ab.woff") format("woff"),
		url("../fonts/fc9ee47d-9dfe-48ce-92e2-41caa651c657.ttf") format("truetype"),
		url("../fonts/3f65929b-b81b-4c90-82d3-1780314f22df.svg#3f65929b-b81b-4c90-82d3-1780314f22df") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Archivo Black';
	src: url('fonts/ArchivoBlack-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/ArchivoBlack-Regular.otf')  format('opentype'),
		 url('fonts/ArchivoBlack-Regular.woff') format('woff'), url('fonts/ArchivoBlack-Regular.ttf')  format('truetype'), url('fonts/ArchivoBlack-Regular.svg#ArchivoBlack-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Nathan's Notations';
	src:url('../fonts/Nathan-sNotations.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/Nathan-sNotations.woff') format('woff'), 
		url('../fonts/Nathan-sNotations.ttf')  format('truetype'), 
		url('../fonts/Nathan-sNotations.svg#Nathan'sNotations') format('svg');
	font-weight: normal;
	font-style: normal;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.orientleft #shell {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin:160px 160px;
}

.orientright #shell {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin:230px 230px;
} 