BODY{
	background-image: url(/static/images/starfield-page.png);
	background-color: #000;
}

	@font-face {
	    font-family: FlexDisplay;
	    src: url(/static/fonts/FlexDisplay-Thin.otf);
	    font-weight:400;
	}

#logo{
	color: #fff;
	font-family: FlexDisplay, Arial, sans-serif;
	font-size: 20px;
    font-weight: bold;
}

