

/* pics HTML */


html	{
		width: 100%; height: 100%;
		}

body	{
		width: 100%; height: 100%;
		margin: 0px 0px 0px 0px;
		}





table	{
		table-layout: auto;
		width: 100%; height: 100%;
		text-align: center; vertical-align: middle;
		border-spacing:0px 0px; empty-cells: show;
		border: 0px none gray;
		}

td		{
		width:100%; height:100%;
		text-align: center; vertical-align: middle;
		border: 0px none gray;
		}



/* fin */
