/*============================================================*/
#content, #footer, #contact {
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#content {
	margin-top:40px;
	width:920px;
	height:673px;
	border-color:black;
	border-style:solid;
	border-width:5px;
	background-image:url('images/trucks.jpg');
	color:#000000;
	font-family:"Arial";
	font-weight:bold;
	font-size:13pt;
	z-index:1;
}

span.big {
	font-size:16pt;
}

span.small {
	font-size:10pt;
}

/*============================================================*/
#footer {
	margin-top:30px;
	width:900px;
	color:#8e8c7f;
	text-align:center;
	font-size:12px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	color:white;
}

#footer a:link, a:visited, a:active, a:hover {
	color:#8e8c7f;
}

/*============================================================*/
img {
	border:0px;
}

body {
	background:#20272e;
	color:#403E33;
	text-align:center;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
}

td {
	padding:0px;
	margin:0px;
	vertical-align:bottom;
	text-align:center;
}
