#siteConteiner {
  height: 100%;
  width: 100%;
	min-width: 1004px;
	max-width: 1280px;
	width: expression((documentElement.clientWidth||document.body.clientWidth)>1285?'1280px':'');
	margin: 0 auto;
	text-align: left;
	background: url(../img/header_bg.jpg) transparent 0 0 repeat-x;
}
#header {
	vertical-align: top;
	background: url(../img/system_clipart_01.jpg) transparent 240px 0 no-repeat;
}
#headerInner {
	height: 152px;
	position: relative;
	background: url(../img/system_clipart_02.jpg) transparent 100% 0 no-repeat;
}
table.layot {
  width: 100%;
}
#topMenu {
	height: 35px;
	vertical-align: middle;
	text-align: center;
}
#leftPanel {
	width: 250px;
	height: 100%;
	vertical-align: top;
}
#leftBlock { 
	margin: 0 15px 0 15px;
	padding: 30px 0 15px 0;
	width: 220px;
}
#centerPanel {
	vertical-align: top;
}
#content {
	width: auto;
	margin: 30px 30px 20px 30px;
}
*html #content { 
	width: 100%;
}
#rightPanel {
	width: 250px;
	height: 100%;
	vertical-align: top;
}
#rightBlock { 
	margin: 0 15px 0 15px;
	padding: 30px 0 15px 0;
	width: 220px;
}
#bottomMenu {
	height: 35px;
	vertical-align: middle;
	text-align: center;
}
#footer {
  vertical-align: top;
	height: 75px;
}
#terminated {
	height: 1px;
	width: 500px;
	overflow: hidden;
}
.copyright {
	float: right;
	padding: 10px 45px 0 0;
}
.uss-site-copyright {
	display:inline;
	float:left;
	margin:20px 25% 0 0;
}