#main {
	position: absolute; 
	width: 100%; 
	height: 100%;
	text-align: center;
	background-image: url(../files/body/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #393939;
}
#main_width {
	position: relative;
	width: 770px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#shadow_bottom_right{
	position: absolute;
	right: -13px;
	bottom: 0px;
	width: 13px;
	height: 102px;
	/*background-image: url(../files/body/shadow_bottom_right.png);
	background-repeat: no-repeat;
	background-position: bottom right;*/
}
#shadow_bottom_left{
	position: absolute;
	left: -13px;
	bottom: 0px;
	width: 13px;
	height: 102px;
	/*background-image: url(../files/body/shadow_bottom_left.png);
	background-repeat: no-repeat;
	background-position: bottom left;*/
}
.shadow_bottom_right_png{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='files/body/shadow_bottom_right.png');
}
.shadow_bottom_right_png[class]{
	background-image: url(../files/body/shadow_bottom_right.png);
}
.shadow_bottom_left_png{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='files/body/shadow_bottom_left.png');
}
.shadow_bottom_left_png[class]{
	background-image: url(../files/body/shadow_bottom_left.png);
}
#shadow_top_right{
	position: absolute;
	right: -13px;
	top: 167px;
	width: 13px;
	height: 327px;
	background-image: url(../files/body/shadow_top_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#shadow_top_left{
	position: absolute;
	left: -13px;
	top: 167px;
	width: 13px;
	height: 327px;
	background-image: url(../files/body/shadow_top_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#baner_top {
	position: relative;
	width: 770px;
	height: 9px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
}
#baner {
	position: relative;
	width: 770px;
	height: 128px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
}
#menu {
	position: relative;
	width: 770px;
	height: 30px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
	background-image: url(../files/body/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#horizontal_red_belt_top {
	position: relative;
	width: 770px;
	height: 5px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
	background-image: url(../files/body/horizontal_red_belt.jpg);
	background-repeat: repeat-xy;
	background-position: left;
}
#horizontal_red_belt_bottom {
	position: relative;
	width: 770px;
	height: 5px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
	background-image: url(../files/body/horizontal_red_belt.jpg);
	background-repeat: repeat-xy;
	background-position: left;
}
#horizontal_white_spacer{
	position: relative;
	width: 770px;
	height: 1px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
	background-color: #ffffff;
}
#content {
	position: relative;
	width: 768px;
	height: 100%;
	clear: both;
	text-align: left;
	background-color: #ededed;
}
#stopka_bg {
	width: 100%;
	height: 75px;
	background-image: url(../files/body/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#stopka_shadow_top {
	position: relative;
	width: 770px;
	height: 13px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
	background-image: url(../files/body/shadow_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#stopka {
	width: 770px;
	height: 46px;
	clear: both;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	z-index: 20;
}
#stopka_menu {
	position: relative;
	width: 770px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
	text-align: center;
}
#stopka_create_by {
	width: 400px;
	float: right;
	text-align: right;
}
#stopka_copyright {
	width: 300px;
	float: left;
	text-align: left;
}
#stopka_bottom {
	position: relative;
	width: 770px;
	height: 16px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
}