* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	background-image: url(../images/jc_ford_landing.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center;
	width: 1283px;
	height: 800px;
}

#container{
	width:1000px;
	position:relative;
	height: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	width: 800px;
	height: 225px;
	float: left;
	padding: 475px 100px 0 100px;
	font-size: 16px;
	text-align: center;
}

h1 {
	font-size: 17px;
	font-weight: bold;
}

h1 a{
	color: #666666;
	text-decoration: none;
}

h1 a:hover{
	color: #0099FF;
	text-decoration: none;
}

h2 {
	font-size: 12px;
	font-weight: normal;
}

h2 a{
	color: #666666;
	text-decoration: none;
}

h2 a:hover{
	color: #0099FF;
	text-decoration: none;
}
