/* CSS Document */
html, body, table#positioner {
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-style:none;
	background-color:#F4F4F4;
	}
	
table#positioner td#container {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border-style:none;
	}

td.repeat{
background-image:url(../img/repeat.jpg);
background-repeat:repeat-x;
}
