@charset "UTF-8";
/* IMPRESSIONEN */
 @media screen {
body {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: 'Abel', Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin: 0;
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(/images/mmm_basic/bg_main.png);
	background-repeat: repeat;
	background-position: left top;
}
}