html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #81B82C;
}
img {
	border: 0;
}
table.main {
	border-collapse: collapse;
	border: 0;
	border: none;
	width: 100%;
	height: 100%;
	margin: 0;
}
	table.main td {
		border: 0;
		border: none;
		padding: 0;
		vertical-align: top;
	}
	.left-col {
		background: url(images/bg_left.jpg) right top no-repeat;
	}
	.right-col {
		background: url(images/bg_right.jpg) left top no-repeat;
	}
	.content {
		width: 960px;
		background: url(images/bg_center.jpg) center top no-repeat;
	}
		.content table {
			border-collapse: collapse;
			border: 0;
			border: none;
			width: 100%;
			margin: 0;
		}
			.content table td {
				border: 0;
				border: none;
				padding: 0;
				vertical-align: top;
			}
