@charset "utf-8";

.container {
	font:"Arial";
	margin:0 auto;
	max-width:800px;
	border: 5px solid #020202;
	
}

img {
    width: auto;
    height: auto;
}

* {
	margin: 0px;
	padding: 0px;
}


.h1 {
	background-color: #900;
	height: auto;
}

.logo {
	background-color: yellow;
		width:150px;
		height:35px;
	float:left;
	padding:2px;
	margin:2px;
	border:thin;

}

.contactinfo {
	background-color: gray; 
	width:630px;
	height:35px;
	text-align:center;
	padding:2px;
	margin:2px;
	float: right;
	
}

footer {
	text-align:center;
	
}