html,body{
height:100%;
}

*{
margin:0;
  padding:0;
}
.wraper{
height:100%;
  overflow:hidden;
}
.top {
  width:100%;
		height:100px;
		background:black;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden
}
.top img{
		flex-shrink: 0;
		min-width: 100%;
		min-height: 100%
	 }
	 
.left {
    width: 178px;
    float:left;
  min-height:100%;
  background:#2B2626;
  text-align:center;
  font-size:150%;
}
.left a{
	color:white;
}

.main {
  margin-left:178px;
  min-height:100%;
  background:black;
 }