#wholePageWrapper {
	margin-top: 40px;
	width: 100%;
	background-color: transparent;
	text-align: center;
}

#wholePageSubWrapper {
	position: relative;
	width: 775px;
	height: 567px;
	margin: auto;
	background-color: white;
	text-align: justify;
	padding: 0px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

#wholePageSubWrapper2 {
	position: relative;
	width: 775px;
	margin: auto;
	background-color: white;
	padding: 0px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

#logoImage {
	position: absolute;
	top: 0px;
	left: 0px;
}

#panda  {
	position: absolute;
	top: 140px;
	left: 440px;
}

#varta  {
	position: absolute;
	bottom: 140px;
	left: 450px;
}

#brembo  {
	position: absolute;
	top: 120px;
	left: 415px;
}

#pageImage {
	position: absolute;
	bottom: 35px;
	left: 405px;
}

#transmissionImage {
	position: absolute;
	bottom: 85px;
	left: 405px;
}

#tx-tab {
	position: absolute;
	top: 420px;
	left: 50px;
	right: 50px;
}

#mapkaImage {
	position: absolute;
	top: 120px;
	left: 335px;
}

#pageText {
	position: absolute;
	top: 120px;
	left: 50px;
	bottom: 40px;
	right: 375px;
	
	font-size: 10pt;
}

#menuContainter {
	position: absolute;
	top: 50px;
	left: 280px;
	text-align: center;
}

#topBanner {
	position: relative;
}

#middleBanner {
	position: absolute;
	bottom: 129px;

}

#bottomBanner {
	position: absolute;
	bottom: 0px;
}

#contactFormMessage {
	background-color:#EDF2F8;
	width: 300px;
	padding: 4px;
	margin: 2px 0px 5px 0px;
	color: #F00000;
	text-align: center;
}
