@font-face
{
	font-family: "Times New Roman", Georgia, Serif; /*'matrix-code';*/
	src: url("font/matrix-code.eot?#iefix") format("embedded-opentype"), url("font/matrix-code.woff") format("woff"), url("font/matrix-code.ttf") format("truetype"), url("font/matrix-code.svg#svgFontName") format("svg");
}

html, body
{
	-webkit-font-smoothing: antialiased;
	font: normal 12px/14px "Carrois Gothic", sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background: black;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hometext
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 3;
}

.main
{
	position: relative;
	max-width: 720px;
	top: 50%;
    transform: translate(0,-50%);
    margin: auto;
	background: transparent;
}

.matrix
{
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 0;
}

.worldmap
{
	position: relative;
	width: 100%;
	z-index: 2;
}