html, body {
	height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	} 
table {
	border: 0 none;
	border-collapse: collapse;
	height: 100%;
	width: 100%;
	}
td {
	height: 100%;
	padding: 0;
	vertical-align: top;
	}


.ct {
	background: url(images/ct.jpg) repeat-y left top;
	}

.lt {
	background: #003ba5 url(images/lt.jpg) repeat-x right top;
	width: 50%;
	}

.rt {
	background: #003da4 url(images/rt.jpg) repeat-x left top;
	width: 50%;
	}
