body {
	font-family: Arial, Helvetica, sans-serif;
	 margin: 50px 0px;
    padding: 0px;
    text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

img {  
	border-style: none;
}


body {
   
}

.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

div#main {
     width:1024px; height:768px; float:left;top:50%;left:50%;
	display:block;  
    
   
}
