a { 
	outline: none; 
}
body {
	padding: 0px;
	margin: 0px;
}

#splash-wrap {
	margin: 0px auto 0px auto;
	width: 950px;
	height: 700px;
}

#splash-header {
	background: url(images/splash-header.jpg) no-repeat;
	width: 950px;
	height: 156px;
	float: left;
}

.splash-gm-button:link, .splash-gm-button:visited {
	background: url(images/splash-gm-button.jpg) no-repeat;
	width: 476px;
	height: 496px;
	float: left;
	display: block;
}

.splash-gm-button:hover {
	background: url(images/splash-gm-button-over.jpg) no-repeat;
	width: 476px;
	height: 496px;
	float: left;
	display: block;
}

.splash-subaru-button:link, .splash-subaru-button:visited {
	background: url(images/splash-subaru-button.jpg) no-repeat;
	width: 474px;
	height: 496px;
	float: left;
	display: block;
}

.splash-subaru-button:hover {
	background: url(images/splash-subaru-button-over.jpg) no-repeat;
	width: 474px;
	height: 496px;
	float: left;
	display: block;
}

#splash-footer {
	width: 950px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2a4976;
	margin-top: 10px;
}

#splash-footer-left {
	float: left;
	width: 300px;
	margin-left: 25px;
}

#splash-footer-right {
	float: left;
	width: 600px;
	margin-right: 25px;
	text-align: right;
}