body{
	margin:0;
	padding:0;
	height:100%;
	background-color:#000000;
}
.Height100{
	height:100%;
}
img{
	border:0;
	margin:0;
	font-size:1px;
}
td{
	vertical-align:top;
}
img{
	border:0px;
	margin:0px;
	padding:0px;
}
#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 1006px;
  height: 350px;
  margin-left: -503px;  /***  width / 2   ***/
  position: absolute;
  top: -175px;          /***  height / 2   ***/
  left: 50%;
}
