* {
	margin: 0px;
	padding: 0px;
	}

html,body {
	height: 100%;
	overflow: hidden;
	}
	
body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #fbfbfb;
	color: #000000;
	}
	
#wrapper {
	background-image: url('images/middle_bg.jpg');
	background-repeat: repeat-y;
	width: 820px;
	position: relative;
	margin: 0 auto -10px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}

#top {
	background-image: url('images/top-bottom.jpg');
	background-repeat: norepeat;
	width: 820px;
	height: 10px;
	}
	
#middle {
	margin-left: 106px;
	margin-top: 40px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #b3a183;
	position: relative;
	width: 602px;
	height: 555px;
	}

#push, #footer {
		height: 10px;
		}

#footer {
	background-image: url('images/top-bottom.jpg');
	background-repeat: norepeat;
	width: 820px;
	margin: auto;
	position: relative;
	text-align: center;
	}
