.mainContainerBorder {
	font-size: 12px;
	background-color: #999999;
	height: 733px;
	width: 696px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	text-align: left;
	left: 6px;
	top: 5px;
}
table {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.background {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image:   url(images/bgTest.jpg);
	overflow: hidden;
}
td {
	vertical-align: middle;
	text-align: center;
}
body {
	margin: 0px;
	background-color: #999999;
	height: 100%;
	background-image:   url(/images/bgTest.jpg);
	background-repeat: repeat-x;
	background-position:0 100%;
	background-attachment:fixed;
	word-wrap: break-word;       /* IE 5.5+ */
}