/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
   background-color:#fdfbea;
}

#splash {
	position:absolute;
	top:80px;
	background-image: url(images/splash-bg_sm.gif);
	width: 100%;
}

#splashvid {
	position:absolute;
	top:0px;
	background-image: url(images/splash-bg_sm.gif);
	width: 100%;
}


#qtvideo {
	 width:500px;
	margin-left:auto;
	margin-right:auto;
  }
