@charset "utf-8";
/* CSS Document */

*
{
 padding:0;
 margin:0;
}
body
{
 background:#fff;

 text-align:justify;
}

#header 
{
  height: 50px;
  width:3500px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #00a2d1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;;
 color:#fff;
 font-size:36px;
 font-family:Verdana, Geneva, sans-serif;
}

#wrapper {
  display:table;
  table-layout:fixed;
  width:100%;
  height:100%;
}

#header #wrapper table
{
 padding: 20px;
 margin:0 auto;
 position:relative;
 bottom:10px;
}
table td,th
{
 padding:10px;
 border: solid #9fa8b0 1px;
 border-collapse:collapse;
 font-weight: 500;
}
/*#footer
{
 text-align:center;
 position:fixed;
 left:0;
 bottom:0;
/* bottom:50px;
}*/

#header,
#footer,
content {
  display:table-cell;
}

.a{
  color: #ff6606;
}