html { 
 background: url(img/Newark_Background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
		width: 100%;
		height:890px;
	max-width: 960px;
	margin: 0 auto;
	background-color:#FFF;

}

p{
	clear:both;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	padding:10px;
	margin:10px;
}

a:link {color:#800000;}      /* unvisited link */
a:visited {color:#800000;}  /* visited link */
a:hover {color:#200000;}  /* mouse over link */
a:active {color:#800000;}  /* selected link */

a.gmRoll {
	display: block;
	width: 280px;
	height: 280px;
	text-decoration: none;
	background: url("img/CoughlinGMsprite.jpg");
	
	}

a.gmRoll:hover {
	background-position: -280px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

#container{
	min-width: 960px; 
	overflow: hidden;
	height:auto;

}

a.kiaRoll {
	display: block;
	width: 280px;
	height: 280px;
	text-decoration: none;
	background: url("img/CoughlinKiaSprite.jpg");
	
	}

a.kiaRoll:hover {
	background-position: -280px 0;
	}

a.nissanRoll {
	display: block;
	width: 280px;
	height: 280px;
	text-decoration: none;
	background: url("img/CoughlinNissanSprite.jpg");
	
	}

a.nissanRoll:hover {
	background-position: -280px 0;
	}

.gm, .kia, .filler {
	width:280px;
	height:280px;
	margin-left:140px;
	margin-right:18px;
	margin-top:8px;
		Background-color:#999;
	display: inline-block; 
	vertical-align: bottom;
	
  }

h1{ 
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight: bold;
			color: #008AE6;

}
.gm{}

.kia{}
	
.nissan{
	}

.filler{
				background-image: url('img/.jpg');
		background-repeat:no-repeat;}


.button {
   width:175px;

   margin: 20px 20px 0 14px;
    display:inline-block;
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 7.5px 15px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   text-align: center;
   vertical-align: middle;
   }

.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
















   .allButton {
   	 width:175px;

   margin: 20px 20px 0 14px;
   display:inline-block;

   text-align: center;
   border-top: 1px solid #28bf51;
   background: #3fbf67;
   background: -webkit-gradient(linear, left top, left bottom, from(#2ab327), to(#3fbf67));
   background: -webkit-linear-gradient(top, #2ab327, #3fbf67);
   background: -moz-linear-gradient(top, #2ab327, #3fbf67);
   background: -ms-linear-gradient(top, #2ab327, #3fbf67);
   background: -o-linear-gradient(top, #2ab327, #3fbf67);
   padding: 7.5px 15px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }

.allButton:hover {
   border-top-color: #11752f;
   background: #11752f;
   color: #ffffff;
   }
.allButton:active {
   border-top-color: #114512;
   background: #114512;
   }