@charset "utf-8";

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	overflow:hidden;
	width:100%;
}
			
body {
	background-color:#fff;
}

body,button,input,textarea,select {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}

div#Header_Container {
	height:46px;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:100%;
}

/* begin: large advertisement */
/*
div#Body_Container {
	bottom:80px;
	height:expression(document.compatMode=='CSS1Compat' ? ((document.documentElement.clientHeight-126)+'px') : ((body.clientHeight-126)+'px'));
	left:0;
	overflow:auto;
	position:absolute;
	right:0;
	top:46px;
	width:100%;
}

div#Footer_Container {
	background-color:#fff;
	bottom:0;
	color:#aaa;
	height:80px;
	left:0;
	position:absolute;
	right:0;
	width:100%;
}

div#Footer_Advertisement {
	float:left;
	margin:10px 0 0 10px;
}

div#Footer_Copyright {
	float:right;
	margin:60px 5px 0 0;
}
*/
/* end: large advertisement */

/* begin: small advertisement */
div#Body_Container {
	bottom:20px;
	height:expression(document.compatMode=='CSS1Compat' ? ((document.documentElement.clientHeight-66)+'px') : ((body.clientHeight-66)+'px'));
	left:0;
	overflow:auto;
	position:absolute;
	right:0;
	top:46px;
	width:100%;
}

div#Footer_Container {
	background-color:#fff;
	bottom:0;
	color:#aaa;
	height:20px;
	left:0;
	position:absolute;
	right:0;
	width:100%;
}

div#Footer_Advertisement {
	float:left;
	margin:0 0 0 5px;
}

div#Footer_Copyright {
	float:right;
	margin:0 5px 0 0;
}
/* end: small advertisement */