﻿@charset "utf-8";
@import url(css/general.css);

html, body {height:100%; overflow: hidden;}
body {
	width: 100%;
	overflow:auto;
	border:none;
}

#main {height:100%;}

#main #container {width:100%; height:100%; min-width:820px; min-height:500px; position:relative;}

#main #head {width:752px; height:360px; position:absolute; top:50%; left:50%; margin:-251px 0px 0px -365px;}
#main #head h1 {width:752px;}

#main #navim {position:absolute; top:50%; left:50%; margin:44px 0px 0px -349px;}

#main #foot {position:absolute; left:0px; bottom:0px; overflow:hidden;}

*+html body {overflow:hidden;}
* html #container {
	width:expression(document.body.clientWidth < 822 ? "820px" : "100%");
	height:expression(document.body.clientHeight < 502 ? "500px" : "100%");
}
