@media screen {
	body {
		background: #000000;
		color: #6699ff;
		background-image: url("bkgnd.jpg");
		text-align: center;
		padding: 0;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
	}

	#container {
		margin: 15px auto;
		text-align: left;
		width: 850px;
		padding: 0;
		/* absolute positioning on children relative to the container: */
		position: relative;
	}

	#header h1 {
		font-family: worstveld_sling_obliqueRg;
		margin-top: 21px;
		margin-bottom: 0;
		font-size: 40pt;
	}

	#munzy {
		font-family: worstveld_sling_obliqueRg;
		font-style: italic;
		font-size: 24pt;
		margin-top: -16pt;
		margin-bottom: 6px;
		margin-left: 40px;
	}

	.content {
		background: #000000; /* Fallback */
		background: rgba(0, 0, 0, 0.7);

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: 3px solid #0066aa;

		width: 100%;
		padding: 0 15px;
	}

	.avatar {
		position: absolute;
		width: 96px;
		left: -105px;
		top: -5px;

		-moz-box-shadow: 0 0 10px 10px rgba(0, 48, 96, 1);
		-webkit-box-shadow: 0 0 10px 10px rgba(0, 48, 96, 1);
		box-shadow: 0px 0px 10px 10px rgba(0, 48, 96, 1);

		/* Initially set invisible on page, only want it to show on
		 * screen if positioning has been applied from CSS */
		visibility: visible;
	}

	a {
		color: #aaccff;
	}
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 8, 2014 */
@font-face {
    font-family: 'worstveld_sling_obliqueRg';
    src: url('fonts/typotheticals_-_worstveld_sling_oblique-webfont.eot');
    src: url('fonts/typotheticals_-_worstveld_sling_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/typotheticals_-_worstveld_sling_oblique-webfont.woff2') format('woff2'),
         url('fonts/typotheticals_-_worstveld_sling_oblique-webfont.woff') format('woff'),
         url('fonts/typotheticals_-_worstveld_sling_oblique-webfont.ttf') format('truetype'),
         url('fonts/typotheticals_-_worstveld_sling_oblique-webfont.svg#worstveld_sling_obliqueRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
