/* CSS Document */

body, html {
	background-image: url(../images/bkgrnd.jpg);
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	/*-- background-position: center center; --*/
	/*-- background-attachment: fixed; --*/
}
#ceter{
	position: absolute;
	left: 50%;
	width: 1100px;
	height: 520px;
	margin-left: -550px; /* half of width */

}#title {
	height: 136px;
	width: 1100px;
	background-image: url(../images/home/title_turner_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.subtitles{
	font-family: "Myriad Pro", Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
}
#nav {
	width: 180px;
	float: left;
	position: relative;
	top: 105px;
	left: 470px;
}
#vw_audi_home {
	padding-top: 25px;
}

