html,
body
{
	height: 100%;
	font-family:Arial, Helvetica, sans;
	font-size:11px;
}

body
{
	margin:0px;
	padding:0px;
	text-align:center;
}
img
{
	border:0px;
}
div, h1
{
	margin:0px;
	padding:0px;
	font-size:10px;
}
div#bgs
{
	position:absolute;
	left:0px;
	height:0px;
	width:100%;
	min-width:900px;
	min-height:100%;
}

div#bgLeft
{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	min-width:450px;
	min-height:410px;
	background-color:#a5a5a5;
	background-image:url(../images/homeLeft.png);
	background-repeat:repeat-x;
	z-index:2;
}

div#bgRight
{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	min-width:450px;
	min-height:410px;
	background-color:#000000;
	background-image:url(../images/homeRight.png);
	background-repeat:repeat-x;
	z-index:1;
}

div#pageHome
{
	position:relative;
	margin:0px auto auto auto;
	width:900px;
	min-height:100%;
	z-index:3;
}

div#left
{
	position:absolute;
	left:0px;
	top:0px;
	width:278px;
	border-right:1px solid #ffffff;
	min-height:100%;
	background-repeat:no-repeat;
}
div#middle
{
	position:absolute;
	left:279px;
	top:0px;
	width:341px;
	border-right:1px solid #ffffff;
	min-height:100%;
	background-color:#e2e2e2;
	background-image:url(../images/homeBgTOYOTA.png);
	background-repeat:no-repeat;
}
div#right
{
	position:absolute;
	right:0px;
	top:0px;
	width:428px;
	min-height:100%;
	background-repeat:no-repeat;
}

img#bmw
{
	position:absolute;
	left:0px;
	top:288px;
}
img#toyota
{
	position:absolute;
	left:114px;
	top:288px;
}
img#mini
{
	position:absolute;
	right:0px;
	top:288px;
}
img#vogelsang
{
	position:absolute;
	left:0px;
	top:102px;
}