/* 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-image:url('images/splash-bg.gif');
}

#splash {
	position:absolute;
	top:80px;
	left:0px;
	background-image: url(images/splash-bg_sm.gif);
}
