@font-face {
	font-family: 'random-webfont';
        src: url('random-webfont.eot');
	src: url('random-webfont.eot?#iefix') format('embedded-opentype'),
		url('random-webfont.woff2') format('woff2'), 
		url('random-webfont.woff') format('woff'),
		url('random-webfont.ttf') format('truetype'), 
		url('random-webfont.svg#random-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	background-position: center top;
	background-image: url(binary_signature_1920x1080_blue.jpg);
	background-position-y: 0;
	background-position-x: center;
	background-repeat: no-repeat;
	font-family: "random-webfont";
	height: 100%;
	min-height: 100%;
	background-color: #000000;
	background-size: 100% auto;
}
div{
	color: #9900ff;
	text-align: center;
	font-size: x-large;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", 
		Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
a{
	color: white;
}
