/* Videotrec Industrial Co. Ltd. - Header */

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #cccccc;
}

#container {
	background-color: #ffffff;
	text-align: left;
	width: 840px;
	margin: auto;
	position: relative;
}

#header h1 {
	width: 840px;
	height: 84px;
	font-size:8px;
	
}

#header h1 a {
	display: block;
	width: 840px;
	height: 84px;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
}

#header img {
	position: absolute;
	top: 0;
	left: 700px;
	width: 140px;
	height: 110px;
	background-color: #003366;
	margin: 0;
}
