html, body {
	background-color: #000000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #929292;
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: normal;
}

a img {
	border: none;
}

#container {
	min-width:1000px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 1000 ? "1000px" : "100%" );

	margin: 0 auto;
}

#warning {
	margin-bottom: 30px;
}

.indent {
	margin-left: 20px;
}