/* CSS Document */
* { margin:0; padding:0; }

body {
	background-color:#000000;
	background-image:url(images/brands_bkg.jpg);
	background-repeat:repeat-x;
	}

#divContainer {
	margin: 0 auto;
	width:768px;
	}

#divLogo {
	background-image:url(images/brands_logo.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:100px;
	}

#divTrailer {
	}

#divTrailerInstr {
	width:768px;
	margin-top:10px;
	}