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

html,body	{
	text-align: left;		/* IE hack */
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background:url(../_img/splash/sp_bg.png);
	background-position:left;
	background-repeat:repeat;
}

a {
	outline: none;
	border: none;
}

a img {
	outline: none;
	border: none;
}
#content {
	text-align: left;		/* IE hack */
	width: 950px;
	height: 600px;
	margin: 0 auto;
	background:url(../_img/splash/sp_truck_2.png) left top;
	background-repeat: no-repeat;
	padding: 0px;
}

#table {
	outline: none;
	border: none;
}

#footer {
	
	bottom: 0px;
	text-align: center;
	font-family: Tahoma;
	font-size:11px;
	color:#FFFFFF;
}