html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0; 
	overflow: hidden;
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
}

#content {
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	z-index: 30;
	top: 100px; /*** FORMULA: From header ***/
	bottom: 200px; /*** FORMULA: From footer ***/
	width: 730px;
	margin-left: -381px; /*** FORMULA: width/2 + 1 + border ***/
	left: 50%;
}

#inner_content {
	
}

#head {
	position: absolute;
	margin-left: -381px; /*** FORMULA: width/2 + 1 ***/
	left: 50%;
	top: 0;
	width: 760px; /*** FORMULA: content.width + content.border-left + content.border-right ***/
	min-width: 760px;
	height: 100px;
	z-index: 50;
}

#head h1 {
	margin: 0 auto;
}

#head h1 a {
	display: block;
	text-indent: -32000px;
	width: 100%;
	height: 100%;
}

#foot {
	text-align: center;
	position: absolute;
	margin-left: -381px; /*** FORMULA: width/2 + 1 ***/
	left: 50%;
	bottom: 0;
	width: 760px; /*** FORMULA: content.width + content.border-left + content.border-right ***/
	min-width: 760px;
	height: 200px;
	z-index: 50;
}

#anim-foot {
	position: absolute;
	bottom: 0;
	height: 200px;
	width: 100%;
	left: 0;
	margin-left: 0;
	z-index: 50;
}

#anim-foot-mid {
	width: 100%;
	height: 100%;
}

#anim-foot-front {
	width: 100%;
	height: 100%;
}

#anim-foot-opac {
	width:100%; height:100%;
}

#menutag {
	display: none;
	position: absolute;
	margin-left: -127px; /*** FORMULA: width/2 + 1 ***/
	left: 50%;
	bottom: 200px; /*** FORMULA: foot.height ***/
	width: 303px;
	min-width: 303px;
	height: 32px;
	z-index: 40;
}

#menutag_inner {
}

#ajax-loader {
	display: none;
	width: 35px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 100;
}

