

div#header {	border-top: 1px solid black;
				background: yellow url(../images/background/bg-header-panda.gif);
				width: 100%;
				height: 225px;	
				margin: 0px; }

h1 {	text-indent: -9999px;	
		background:url(../images/headings/mandarin-preschool-pandas.png);
		margin: 20px auto 0px auto;
		height: 150px;
		width: 720px;
		padding: 0px;
		border: 0px solid blue;
		position: relative;}

body { background: #ffec8b url(../images/background/bg-body.gif) 0px 225px repeat-x;
		margin: 0px;
		padding: 0px; }

html { margin: 0px; padding: 0px; }

img#leftPanda { float: left;}

img#rightPanda {	float: right;
					margin-top: 50px;
					margin-right: 5%;}