html, body { width:100%; height:100%; } body{ margin: 0px; background-color: #000000;  scrollbar-base-color:#000;} 

html, body { overflow: hidden; }

table  { border-width: 0px; border-spacing: 0px ; padding: 0px; border-style: none; margin: 0px;  border-collapse: collapse;  vertical-align: top;  } 

table td { border-width: 0px; border-spacing: 0px ; padding: 0px; border-collapse: collapse; border-style: none;  margin: 0px; text-align: left; vertical-align: top;  -moz-border-radius: ; font-size: 13px; color: #888888; line-height: 18px; font-family: arial, helvetica, sans-serif;} 

img { padding: 0px; border-collapse: collapse; border-width: 0px; border-spacing: 0px;  vertical-align: top; text-align: left;  } 

.grey {font-size: 13px; color: #888888; line-height: 18px; font-family: arial, helvetica, sans-serif}

 a {font-size: 13px; color: #888888; line-height: 18px; font-family: arial, helvetica, sans-serif}

h3 {font-size: 16px; color: #888888; line-height: 24px; font-family: arial, helvetica, sans-serif; font-weight: normal;}


#newContent {    border: 0;	font-family: Arial, Verdana, Helvetica;	font-size:13px; text-align: left;	font-weight:normal;	color:#ffffff; padding: 0px;  width: 180px;     height: 432px;   overflow-y: auto;  }n";

<!-- You can also use:
overflow-x: auto; - for horizontal scrolling
overflow-y: auto; - for vertical scrolling -->
<!-- hides scroll bars 
html, body { overflow: hidden; } -->
