body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color:#000;
}

.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: #000;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #c42522;
  color: white;
}

.content {
background-color:#000;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

#logo {
	width:auto;
	height:auto;
	background-color:#000;
}

#footer {
	width:1322px;
	height:auto;
	float:left;
}

#footcars {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footinsurance {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footcustomer {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footcareers {
	width:200px;
	height:450px;
	float:left;
	padding-left:10px;
	font-size:13px;
}


#footermain {
	width:1312px;
	height:50px;
	float:left;
	padding-left:10px;
}

#footprivacy {
	width:641px;
	height:50px;
	float:left;
	padding-left:10px;
	font-size:13px;
}

#footcopyright {
	width:661px;
	height:50px;
	float:left;
	font-size:13px;
}

a{
	color:inherit;
	text-decoration:none;
}

a:hover {
    color:#00A0C6; 
    text-decoration:none; 
    cursor:pointer;  
}



#mirage {
	width:1322px;
	height:910px;
	background-image:url(img/mirage.jpg);
	padding-top:50px;
	color:#FFF;
	float:left;
}

#drive {
	width:1302px;
	height:321px;
	background-image:url(img/drive.jpg);
	padding-left:20px;
	padding-top:20px;
	float:left;
}

#exterior {
	width:602px;
	height:400px;
	background-image:url(img/exterior.jpg);
	padding-left:720px;
	padding-top:20px;
	float:left;
}

#interior {
	width:1302px;
	height:366px;
	background-image:url(img/interior.jpg);
	padding-left:20px;
	padding-top:20px;
	float:left;
}

#safety {
	width:1302px;
	height:392px;
	background-image:url(img/safety.jpg);
	padding-left:20px;
	padding-top:20px;
	color:white;
	float:left;
}

#borderlogo {
	width:1322px;
	height:100px;
	background-color:#FFF;
	float:left;
}

#bordernav {
	width:1322px;
	height:48px;
	background-color:#FFF;
	float:left;
}

#container {
	width:1322px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}



	