/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #00ACD4;
	text-align:center;
	padding:20px 0px;
	background-image: url(images/back_tile.jpg);
	background-repeat: repeat;
}
a:link {
	color: #EE208A;
}
a:visited {
	color: #EE208A;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
#container {
	position:relative;
	margin:0px;
	width:500px;
	height:auto;
	padding:0px;
}
#header {
	position:relative;
	margin:0px;
	width:500px;
	height:auto;
	padding:0px;
}
h1 {
	font-size:14px;
	width:400px;
	color: #EE208A;
	margin:2px 0px;
}
p {
	text-align:left;
	margin: 5px 0px;
}
.row {
	font-size:12px;
	clear:both;
}
.trucks {
	width:200px;
	height:120px;
	float:left;
	clear:right;
}
.top {
	margin: 0px;
	padding: 0px;
	background-color:transparent;
}
.white {
	background-color:#FFFFFF;
	padding:5px 5px;
	width: 490px;
	margin-left:auto;
	margin-right:auto;
}

