* {margin: 0; padding: 0;}
* {box-sizing: border-box;}

html {fontsize: 100%;}

body {margin-top: 0px;
		 font-size: 18px;
		 font-family: 'Questrial', sans-serif;
		 text-align: left;
		 color: #333;
		 background-color: #990000;
		 /*background-color: #fff;*/
		 height: 100%;
		 width: 100%;
		 }

#container {
		 margin: 0 auto;
		 width: 95%;
		 position: relative;
		 background-color: #fff;
		 min-height: 95%;
		 }
#balk {width: 100%; height: 20px; background-color: #990000;}
	 
p {margin-bottom: 1em; letter-spacing:0.25px; text-align: center}
h1 {text-align: center;}
h2 {text-align: center;}

img.desktop {width: 500px; display: block; margin-left: auto; margin-right: auto; padding-top: 40px;}
img.mobile {width: 80%; display: block; margin-left: auto; margin-right: auto; padding-top: 40px;}

@media screen and (min-width:769px) {
    img.hidden_desktop {
        display:none;
				}}	

@media screen and (max-width:768px) {
    img.hidden_mobile {
        display:none;
				}}

		a:link {
			 		text-decoration: none;
					color: #333;
			 }
		a:visited {
			 		text-decoration: none;
					color: #333;
			 }
		a:hover {
			 		text-decoration: none;
					color: #990000;
			 }
			 
#clear {clear: both;}
		