@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff921;
	background-image: url(/images/armorall/background_tile.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
}

#homeContainer {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}


img.splash_logo {
	display: block;
	float: left;
	margin-top: 40px;
}

div.splash_nav {
	float: right;
	margin-top: 30px;
}

img.splash_de_promotion {
	float: left;
	margin-top: -237px;
}

img.splash_text {
	margin-top: 120px;
}

img.splash_car {
	float: right;
}


p.splash_copyright {
	width: 100%;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	float: right;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}


