table {
	width: 450px;
	height:255px;
	text-align:center;
	margin:0 auto;
}
tr {
	text-align:center;
}
td {
	text-align:center;
	margin:0 auto;
}
* html table {
   position: relative;
 left:-200px; 
  top: 0;
}
