/* -------------------------ARNONE LAW OFFICES STYLESHEET---------------------------------- */

html {
	height: 100%;
	}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

	background-image: url(http://www.arnonelaw.com/images/interface/templates/page_bg.jpg);
	text-align: center;	/* INHERITED PROPERTY - Every paragraph of text will be centered on page */
	}

	img {
		border: 0;
		}

#page-wrapper {
	width: 890px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;			/* INHERITED PROPERTY CORRECTED - This correctly aligns the text back to it's normal position */
	}

*html #page-wrapper {
	height: 100%;
	}