@charset "utf-8";
/* CSS Document */
 
html, body {
	margin: 0;
	padding: 0;
}

#flash{
height: expression(document.body.clientHeight < 700? "700px" : "auto");

min-width: 1024px;

}