* {
	background: none ! important;
	color: #111 ! important;
	text-align: left;
	height: auto;
	max-width: 800px;
}

body, table {
	
	max-width: 700px;
	height: 100%;
}

div {
	display: inline-table;
	float: none;
	overflow: visible;
	height: auto;
	
}
#header_container, #sub_navigation, .footer_block{
display: none;
}


#page_content {
left:0;
margin:0;
padding:0;
position:absolute;
display: table;
top:0;
width:700px;
background: none;
}

#left_column {
	background: none;
	position: absolute; 
	top: 0;
}
#middle_column {
	background: none;
	position: absolute; 
	top: 0;
	left: 200px;
}
#right_column {
	background: none;
	position: absolute; 
	left: 620px;
}
