@import "menntagatt.css";

/* ------------------------------------------------------------------------------------------------------- */
/* CONTENT - Middle of page, fills as possible, contains content of page, footer below and column on right */
/* ------------------------------------------------------------------------------------------------------- */

#content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	float: left;
	padding:4px;
	top: 5px;
	z-index:3; 
	padding:0px 200px 0px 170px;	
}

