body, html {
  margin:   0;
  padding:  0;
  height:   100%;
  overflow: hidden;
}

#container    { display: table; height: 100%; width: 100% }

body, td {
  color:            #333333; 
  font-family:      verdana, helvetica; 
  font-size:		    12px; 
  line-height:		  16px;
  letter-spacing:	  0px;
  font-style:       normal;
  background-color: #ffffff;
}

img {
  border:           0px;
}

a {
  text-decoration:  none;
  color: #333333;
}

a.active, a:hover {
  color:            #e59a41;
}