:focus  { outline: none; }
:active { outline: none; }

body {
	margin: 0;
}
.language a {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	/*	border: 1px solid red;	*/
}
.language a:hover {
	text-decoration: none;
	color: #666;
}
.holder { 
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 776px;
	background: url(../images/day/bs_day_en.jpg) no-repeat center top;
	/*	border: 1px solid red;	*/
}
.holder .door {
	position: absolute;
	top: 322px;
	left: 516px;
	width: 117px;
	height: 136px;
	/*	border: 1px solid red;	*/
}
.holder .door:hover {
	background: url(../images/day/open_door.jpg) center no-repeat;
	cursor: pointer;	
	/*	border: 1px solid black;	*/
}
.holder .car {
	position: absolute;
	top: 373px;
	left: 55px;
	width: 235px;
	height: 114px;
	/*	border: 1px solid red;	*/
}
.holder .car:hover {
	background: url(../images/day/car_light_en.jpg) center no-repeat;
	cursor: pointer;
	/*	border: 1px solid black;	*/
}

.holder .mail {
	position: absolute;
	top: 460px;
	left: 678px;
	width: 102px;
	height: 174px;
	/*	border: 1px solid red;	*/
}
.holder .mail:hover {
	background: url(../images/day/open_mail.jpg) center no-repeat;
	/*	border: 1px solid black;	*/
}