@charset "UTF-8";
/* CSS Document */

html, body {
	background-image:url(images/conradbackground.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0;
	text-align:center;
	height: auto;
	width: auto;
}


#wrapper {
	width:1024px;
	min-height: 768px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	width:1024;
	text-align:left;
}

	
/* the bottom margin is the negative value of the footer's height */

#footer, #push {
	float:left;
	clear:both;
	height: 50px;
	overflow:hidden;
	width:100%;
	/* .push must be the same height as .footer */
}

