html, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 80%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: #000 url(http://static.dealertown.com/dashboard/dealerSites/independent/other/rallye/_m/bg.jpg) 0 0 repeat-x;
}

#container {
	text-align:left;
	width: 1000px;
	margin: 0 auto;
}

#header { position: relative; }

#content {  }

.division {
	width: 496px;
	height: 396px;
	float: left;
	text-align: center;
}	

	#auto {
		background: #000 url(../_m/auto-bg.jpg) 0 0 no-repeat;
		margin-right: 4px;
	}

	#marine {
		background: #000 url(../_m/marine-bg.jpg) 0 0 no-repeat;
		margin-left: 4px;
	}
	
	.division {
		color: #fff;
		font-size: 1.5em;
	}
	
		.division a {
			display: block;
			color: #fff;
			text-decoration: none;
			font-size: 1em;
			font-weight: bold;
			text-transform: uppercase;
			margin: 1.5em 0;
		}
		
		.division a.inventory {
			display: inline;
			margin: 0;
			padding: 0;
		}
	
#mats {
	float: left; 
	margin: 0 20px 10px 48px;
}
	
	#mats .mat {
		float: left;
		margin: 18px 18px 0 0;
	}
	
	#mats .mat img { border: 0; }

#legal { clear: left; }

	#legal, #legal a { 
		color: #7d7d7d; 
		text-decoration: none;
		text-align: center;
	}