﻿body {
	background:#000000;
	margin:0px;
}
table {
	width:100%;
	height:100%;
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
	empty-cells:show;
}
td {
text-align:center;
vertical-align:middle;
}
.tile {
	background:url(images/tile.jpg);
	background-position:center;
	background-repeat:repeat-x;
}
.flash {
	width:1000px;
	background:url(images/tile.jpg);
	background-position:center;
	background-repeat:repeat-x;
}