#logo {
  height: 100%;
  width: 210px;
  position: fixed;
  top: 270px;
  left: 10px;
  color: #000;
  border: 0px;
  }

#nav {
  overflow: auto;
  height: 100%;
  width: 170px;
  position: fixed;
  top: 200px;
  left: 210px;
  color: #FFF;
  }

#content {
	display: block;
	width: 355px;
	margin: 0px 0px 0px 390px;
	padding-top: 100px;
}

  
  #rightnavi {
  overflow: auto;
  height: 100%;
  width: 200px;
  position: fixed;
  top: 213px;
  left: 780px;
  }


