@charset "utf-8";

/* main container: distance to the edges */
.container {
	margin:0;
	padding:0;
	padding-left:80px;
	padding-top:26px;
	position:relative;
	width:auto;
	height:auto;
	
	/* limit the scale of the main container: */
	min-width:660px;
	min-height:500px;
}