/* CSS Document */
body{
  background-color:#000000;
}

div, td{
	border: 0;
	padding: 0;
}

#bg{ background-image:url(images/Ford_Plate_Webpage.jpg);
	  background-repeat:no-repeat;
	  height: 600px;
	  width: 900px;
	  margin: auto;
}

#tblPlates1{ position:relative;
        left: 50px;
		top: 257px; 
}

#tblPlates2{ position:relative;
        left: 50px;
		top: 272px; 
}


.gap{
	height: 15px;
	width: 15px;
}

#tblcontact {
	    position:relative;
        left: 736px;
		top: 374px; 
		width: 137px;
		border-collapse: collapse;
} 


img {
		border: none;
		cursor: pointer;
		}     

			


