@charset "windows-1251";
/* CSS Document */

body, html, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #84A6FF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin:0px;
	height: 100%;
}
#outer {
	height: 100%;
	overflow: visible;
} /* or without overflow */
#outer[id] {
	display: table;
	position: static;
	width:100%;
}
#middle {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
} /* for explorer only*/
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#inner {
	position: relative;
	top: -50%;
	text-align: left;
} /* for explorer only */
#inner {
	width: 487px;
	margin-left: auto;
	margin-right: auto;
} 
#bottom {
	position: absolute;
	bottom:0;
	text-align:center;
	width:100%;
	height:20px;
}