html{margin :0;}
body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#nav, #right-content, #top-bg, #top-info, #footer{
  display : none;
} 

#left-content, #center-container{
position: absolute;
height: auto;
top: 0;
display:table;;
margin: 0px;
border: 0;
border-left: 0;
overflow: visible;
}

#left-content table{
margin- top: 0;
vertical-align: top;
}

