body,html{
	background-color:#fff;
}
#site{
  display:none;
}
#main-header{
  display:none !important;
}
#not-supported{
  width:100%;
  height:100%;
  display:table;
  text-align:center;
}

#not-supported a.no-support-link{
  display:block;
}

#not-supported > div{
  display:table-cell;
  height:100%;
  vertical-align:middle;
}

#not-supported img{
  margin-bottom:20px;
}
