/* Reset body */
body {
	background: #fff;
	text-align: left;
}

/* Hide unneeded elements */
.top, 
#nav,
.subnav,
.footer,
.breaklineblock,
.logo {
	display: none;
}

/* Reset margins and paddings */
#mainsite {
	width:100%;
	left: 0;
	height:100%;
	margin-left: 0;
}
.maincontainer {
	margin: 0;
}

/* Remove fixed widths */
td.left {
	width: 75%;
}
td.right {
	width: 25%;
}

