#mainpic_bg {
	width: 1000px;
	height: 312px;
	background: url('./modul/{$mainpic_fon}') no-repeat center top;
	filter:expression(fixPNG(this));
}
	
#mainpic_mask {
	width: 1000px;
	height: 312px;
	background: url('./images/mainpic_bg.png') no-repeat center 0px;
	filter:expression(fixPNG(this));
}
	
#mainpic_carmens {
	width: 727px;
	height: 312px;
	background: url('./images/mainpic_car.png') no-repeat center 0px;
	filter:expression(fixPNG(this));
}

#bubble1 {
	padding-top: 33px ;
	width: 141px;
	height: 46px;
	text-align: center;
	font: bold 16px Trebuchet MS, sans-serif;
	line-height: 16px;
	background-image: url("./images/bubble.png");
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	top: 60px;
	left: -80px;
	filter:expression(fixPNG(this));
}

#bubble2 {
	padding-top: 13px;
	width: 141px;
	height: 66px;
	text-align: center;
	font: bold 16px Trebuchet MS, sans-serif;
	line-height: 16px;
	background-image: url("./images/bubble2.png");
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	top: 102px;
	left: -70px;
	filter:expression(fixPNG(this));
}

#bubble3 {
	padding-top: 13px;
	width: 141px;
	height: 66px;
	text-align: center;
	font: bold 16px Trebuchet MS, sans-serif;
	line-height: 16px;
	background-image: url("./images/bubble2.png");
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	top: 135px;
	left: 10px;
	filter:expression(fixPNG(this));
}

#bubble4 {
	padding-top: 25px;
	width: 141px;
	height: 54px;
	text-align: center;
	font: bold 16px Trebuchet MS, sans-serif;
	line-height: 16px;
	background-image: url("./images/bubble3.png");
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	top: 110px;
	right: -100px;
	filter:expression(fixPNG(this));
}

#mainpic_carmens a {
	color: #000000;
	text-decoration: none;
}