html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td {
	margin: 0;
	padding: 0;
	
}

html, body {
	height: 100%;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #fff; 
	background-image: url('../../sandbox/ip/hs-completion/images/bg1_5.jpg');
	background-repeat: repeat-x;
	background-position:  left bottom;
	text-align: center
	}

div#container {
	font-size: 1.4em;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	width: 560px;
}

h1 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #496d2f;
	font-weight: normal;
	text-align: left;
	margin: 16px 0 12px 0;
	padding: 0;
	}

p { margin-bottom: 1.5em; }

.clearing { clear: both; }