body {
	background:url(../images/background.png) repeat-y center #AEE3C4;
	margin:0; padding:0;
	font-family:Tahoma, Arial; font-size:13px; color:#333;
}

#header {
	width:850px; height:175px;
	margin:0 auto;
	background:url(../images/header.png) no-repeat;
}

#wrapper {
	width:700px;
	margin:0 auto;
}

#footer {
	width:760px; max-height:200px;
	background:url(../images/footer.png) no-repeat top;
	margin:0 auto;
}

#footer .text {
	margin:0 auto;
	width:700px;
	text-align:center;
	padding-top:50px;
	padding-bottom:12px;
}

h1 {
	font-family:Georgia, Tahoma, Arial;
font-size:35px;
	color:#C00;
}

subhead { 
font-family:Georgia, Tahoma, Arial;
font-size:40px;
	color:#C00;
}

gift { 
font-family:Georgia, Tahoma, Arial;
font-size:38px;
	color:#000099;
}


a {color:#093; text-decoration:underline;}
a:hover {color:#999; text-decoration:none;}
