body {
    background-color: #E3D6C6;
    background-image: url('/images/shadow-bg-2.gif');
    background-repeat: repeat-y;
    background-position:top center; 
    }

#wrapper {
    /*background-image: url('/images/tulips25-4r-wide.gif');
    background-repeat: no-repeat;
    background-color: #ECDED1;
    background-position: bottom center; 
    background-attachment: fixed;*/
	}

#header {
	background: url('/images/tulips-small-2.gif') no-repeat transparent;
	}
	
#footer {
    background: url('/images/shadow-bg-footer-2.gif') no-repeat bottom center transparent;
    /*background-attachment: fixed;*/
    margin: -2.5em 0 0;
	height: 2.5em;
	}

#footer p {
	width: 820px;
	margin: 0 auto 10px;
    }

