﻿body{
	margin: 0;
	padding: 0;
}

background{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

backgroundimg{
	width: 100%;
	height: auto;
}
div.truckui{
	width: inherit;
	height: inherit;
	background: #000000 none repeat scroll 0 0; 
	/*background-color:Black;             
	background:url(bg.jpg) repeat-x;             
	filter:alpha(opacity=60);             
	-moz-opacity:.60;             
	opacity:.60;*/
}

td.menus{
	text-align: left;
	padding: 3px;
	font-family: Arial,helvetica,verdana;
	font-size: small;
	color: blue;
	background: #CCCCCC;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
}
