
html, body, div, span, p, blockquote, h1, h2, h3, h4, h5, h6, hr, ol, ul, li, a, img, input, textarea, object, emded, iframe, fieldset, form, label, legend, table, tr, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0;
}

html, body {
	height: 100%;
	text-align: center; /* To center all elements in IE < 7 */
}

#container {
	min-height: 100%;
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

* html #container {
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
}

p, h1, h2, h3, h4, h5, h6, ul, pre {
	margin-bottom: 20px;
}

ul {
	margin-left: 18px;
	list-style: disc outside;
}