﻿@charset "utf-8";

html, body {height:100%; overflow: hidden;}
body {
	position: fixed;
	width: 100%;
	margin:0px; 
	color:#000000; 
	font-size:82%; 
	background:#FFFFFF; 
	line-height:160%; 
	text-align:center; 
}

#main {width:100%; height:100%; position:relative; overflow:auto;}
#main p {padding:40px;}

#mainobjectexternal {
	width:100%; 
	height:100%; 
	min-width:980px; 
	min-height:540px;
	width:expression(document.body.clientWidth < 982 ? "980px" : "100%");
	height:expression(document.body.clientHeight < 542 ? "540px" : "100%");
}

