<?php
  header('Content-type: text/css');
  ob_start("compress");
  function compress($buffer) {
    /* remove comments */
    $buffer = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $buffer);
    /* remove tabs, spaces, newlines, etc. */
    $buffer = str_replace(array("\r\n", "\r", "\n", "\t", '  ', '    ', '    '), '', $buffer);
    return $buffer;
  }

  /* your css files */
  include('servicearea.css');
  include('cargoscreening.css');
  include('contact.css');
  include('print.css');
  include('../styles.css');

  ob_end_flush();
?>



#imagesPreloaded {
	width: 0;
	height: 0;
	display: inline;
	background: url(background: url(../images/Logo.gif);
	background: url(../images/sideimage_shiptruckplane.jpg);
	background: url(../images/header-photos.jpg);
	background: url(../images/Logo.gif);
	background: url(../images/sideimage_shiptruckplane.jpg);
	background: url(../images/map.jpg);	
	background: url(../images/map.jpg);	
}


body {
	background-color: #81A0BF;
}


#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	height: 137px;
	width: 800px;
}

br.clearMe {
	clear: both;
	height: 0;
}

a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
