﻿@charset "utf-8";
.ie6 {
  text-align: center;
  padding: 50px 20px;
  font-size: 24px;
  background: #FC6;
  line-height: 100px;
  z-index: 100000;
  width: 100%;
  position: absolute;
  top: 200;
  left: 0;
}
.ie6 span {
  float: right;
  margin-right: 30px;
  cursor: pointer;
}