@charset "utf-8";
body{
	text-align: center;
}

.dmgSystem {
	width: 16em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 0 .5em 0 .5em;
	font-size: 1em;
	float: left;
	height: 28em;
}
#systems {
	width: auto;
	font-size: 0.8em;
		margin: 3px auto;
	display: table;
}
.dmgSystem h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	text-align: center;
}
.dmgSystem img {
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 90px;
	width: 180px;
}
.dmgSystem p {
	text-align: center;
	line-height: normal;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#truckiesOnlineBanner {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.centre  {
	text-align: center;
}

