* {
	margin:0;
	padding:0;
	}
html,body, #flash {
	width:100%;
	height:100%;
	}
body{
	background:#000;
	color: #b38e47;
	text-align:center;
	min-width: 970px;
	min-height:620px;
	_width:expression(document.documentElement.clientWidth < 970? "970px": "100%" );
	}

img { border: none }
a { color: #b38e47 }
