body {
  margin: 0px;
  background-color: #000000;
  background-image: url('../imgs/bg_white.gif');
  background-repeat:repeat-x;
  background-position: top left;
}
table {
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  border: 0px;
}
table.main {
  width: 1024px;
  height: 636px;
  background-image: url('../imgs/background_html.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}
#newsframe {
  position: absolute;
	left: 280px;
	top: 130px;
	width: 700px;
	height: 350px;
}
iframe {
  border: none;
}