@charset "utf-8";
/* CSS Document */

.TruckMidle {
	background-image: url(../img/TruckofLife_2_middle.jpg);
	background-repeat: no-repeat;
}
.BackgroundPage {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
}

.MainMneu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.Copyrights {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #9DC44D;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

