#logo {
  height: 100%;
  width: 200px;
  position: fixed;
  top: 202px;
  left: 30px;
  color: #000;
  border: 0px;
  }

#nav {
  overflow: auto;
  height: 100%;
  width: 130px;
  position: fixed;
  top: 130px;
  left: 230px;
  color: black;
  }

#content {
	width: 360px;
	margin: 0px 0px 0px 380px;
	padding-top: 100px;
}

#contact {
  overflow: auto;
  height: 100%;
  width: 12em;
  position: fixed;
  top: 210px;
  left: 780px;
  }

