html, body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

@font-face {
  font-family: "League_Gothic";
  src: url("./fonts/league-gothiccondensed-regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/league-gothiccondensed-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/league-gothiccondensed-regular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/league-gothiccondensed-regular.svg") format("svg"), /* Legacy iOS */
    url("./fonts/league-gothiccondensed-regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/league-gothiccondensed-regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/league-gothiccondensed-regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Waffle_Soft";
  src: url("./fonts/Waffle_Soft.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Waffle_Soft.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Waffle_Soft.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Waffle_Soft.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Waffle_Soft.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Waffle_Soft.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Waffle_Soft.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

#screen {
	width: auto !important;
}