body {
	background-image: url(../images/f1/misc/f1vietnam_background.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000;
	background-position: center top;
}

.wrapper { width: 100%; clear: both; }

.main { 
	width: 960px; 
	max-width: 1200px; 
	margin: 0 auto; 
	position: relative;
	text-align: left;
}

span.logo { height: 140px; width: 150px; }
span.logo a {
	background: url("../images/f1/misc/f1vietnam_logo.gif") no-repeat left;
	display: block;
	height: 140px;
	width: 150px;
}

span.logo a span { position: absolute; top: -1000px; }

#gt-header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 100%;
} 

