html,body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100%; /* needed for container min-height */
	background-color: #383838;
	overflow: hidden;
	
}


div#container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:955px;
	height:100%; /* needed for container min-height */
}

div#flash {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:935px;
}

