object {outline: none}
a:focus { outline: none}
body {
	background-color: rgb(219,219,219);
	background-image: url('/web_data/background/background.png');
	background-repeat: repeat-x;
	/*background-attachment:fixed;
	background-position: center;*/
}

div.centered {
	text-align: left;
	width: 1063px;
	margin: 0 auto;
}

div.container {
	text-align:center;
}

div#MPF {
	margin-top: 50px;
	width: 1063px;
	height: 726px;
	background: url(/web_data/index/background_main/background_main.png) no-repeat;
}

div#SHOWROOM {
	margin-top: 50px;
	position: relative;
	width: 1063px;
	height: 594px;
}


div#SHOWROOM div.bright {
	position: absolute;
	left:0px;
	top: 000px;
	width: 1063px;
	height: 726px;
	background: url(/web_data/showroom/bright.png) no-repeat;
}

div#SHOWROOM div.overlay {
	position: absolute;
	left:9px;
	top: 101px;
	width: 1063px;
	height: 361px;
	background-color: black;
}

div#SHOWROOM div#MenuContainer {
	position: absolute;
	z-index: 10000;
}

div#BottomText{
	width: 100%;
	text-align: center;
}
