* {
	margin:				0;
	padding:			0;
	border:				0;
	font-family:		Arial, sans-serif;
}

html, body, #main, #flash {
	width:				100%;
	height:				100%;
}

body {
	background:			url(../img/bg.gif) center #d7d9da no-repeat;
} 


#main {
	margin: 			auto;
}



#debug {
	position:			absolute;
	top: 				0;
	right:				0;
	width:				400px;
	min-height:			300px;
	font-size:			10px;
}
