﻿@charset "utf-8";

body, html {height:100%;}
body {min-height:100%;}

#indexswf {
	width:100%; 
	height:100%; 
	min-width:800px; 
	min-height:620px;
	width:expression(document.body.clientWidth < 082? "800px" : "100%");
	height:expression(document.body.clientHeight < 622? "620px" : "100%");
}

