.panels{
	background-color: #000000;
	height: 250px;
	margin-bottom: 40px;
}
#copypanel{
	background-image: url(images/audi.jpg);
	background-repeat: no-repeat;
	height: 250px;
	background-position: right bottom;

}
.girlimages{
	float: left;
	margin-right: 10px;
}
#navbar{
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 690px;
	font-family: "Times New Roman", Times, serif;
	color: #CCCDA1;
	font-size: 18px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
}

.float-left{
	float:left;
	width: 550px;
	height: 200px;
	background-color: #000000;
}
#bottom-panel{
	background-color: #000000;
	height: 170px;
}

#legal{
	background-color: #000000;
	height: 70px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 170px;
}

