	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background: #453b2c;
		text-align:center; 
		}

	#hstred { 
		width:1px;
		height:50%;
		margin-bottom:-13.75em; /* half of container's height */
		float:left;
		}

	#logo {
	
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:310px;
		width:700px;
		clear:left;
		background-image: url('./logos.png');
		}

	#navbar {

	display: none;
	}
