html, body { 
	margin:0; 
	height:100%; 
	width:100%; 
}

.main_container { 
	min-height:600px; 
	min-width:1000px; 
	height:100%; 
	width:100%; 
}
