html{height:100%}

body {
	background:#d8d4cb url('main_bg.jpg') repeat-x top left;
	font-family:Arial, verdana, sans-serif;
	font-size:11px;
	text-align:center;
	min-height:100%;
	height:100%;
	}
	
a:link, a:visited {color:#000;}
a:hover {color:#333;}
	
h1 {
	background:transparent url('bg_top.gif') no-repeat bottom center;
	height:175px;
	width:268px;
	}
h1 span {
	visibility:hidden;
	}
	
#wrapper {
	background:transparent url('bg_wrapper.gif') repeat-y top center;
	margin:0 auto;
	min-height:100%;
	height:100%;
	width:268px;
	}
	
#container {
	background:transparent url('bg_container.gif') repeat-x top center;
	margin: 0 auto;
	width:268px;
	}
	
p {
	background:#e1e0de url('bg_bottom.gif') no-repeat top center;
	height:63px;
	width:268px;
	}