* {
	margin: 0;
	padding: 0;
}

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

#content {
	height: 225px;
	float: left;
	margin: 475px 100px 0 150px;
	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;
}

