html,
body {
margin:0 auto;
padding:0;
height:100%; /* 100 % height */
background-color:#DDC18F;
background-image:url(../images/t-center.jpg);
background-position:top center;
background-repeat:no-repeat;
}
h1,h2,address {
	text-indent:-9999px;
}
html>body #wrap {
height:100%; /* 100 % height */
}
#wrap {
width:800px;
margin:0 auto;
}
#header {
width:800px;
height:100px;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
	background-image: url(../images/t-header.jpg);
}
html>body #content-wrap {
	height:100%; /* 100 % height */
	clear: both;
}
html>body #content {
	padding:6.5em 1em;
	width: 700px;
	margin: 0 auto;
}
#footer {
width:800px;
height:90px;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
	background-image: url(../images/t-footer.jpg);
}
h1,h2 {
margin:0.15em 0;
}
p {margin:1em 0;}
.info {
padding:0.5em;

}
#header,
#footer {
	text-align:center;
	color: #FFFFFF;
}
#content-wrap,
#content {

}
