﻿@charset "UTF-8";


body {
	background-color: #D0CEC0;
	background-image : url(henrystyle1.gif), url(henrystyle2.gif), url(henrystyle3.gif) ;
	background-position : left bottom, right bottom, bottom ;
	background-attachment : fixed, fixed, fixed ;
	background-repeat : no-repeat, no-repeat, repeat-x ;
}

footer#copyright {
	width : 600px;
	margin : 40px auto 40px auto;
	padding : 20px 20px;
	background-color: #fbfbf8;
	border-radius: 25px;
    text-align: center;
}

hr {
	color : #e9d8c8;
	width: 600px;
	margin : 20px auto 20px auto;
	border-width: 0px 0px 4px;
	border-style: solid;
}