body {
	display: block;
	margin: 0px;
}
#bar{
	background: url(../images/BackingFrameRU.png);
	height: 58px;
	position: relative;
}

#bar > .lc {
	background: url(../images/BackingCornRInvisible.png) no-repeat bottom right;
	height: 60px;
	text-align: center;
	margin-right: -10px;
}
#bar > .lc > .rc {
	background: url(../images/BackingCornLInvisible.png) no-repeat bottom left;
	margin-left: -10px;
}

#bar > .lc > .rc > table {
	margin: 0 auto;
}
#content {
	height: 1400px;
}

/*.footer > a {
    text-decoration: none;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
}*/


.footer {
	height: 58px;
	position: relative;
	margin-top: -4px;
}

.footer > .back {
	background: url(../images/BackingFrameRU.png);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	position: absolute;
	height: 58px;
	width: 100%;
	line-height: 58px;
	z-index: 1;
}

#likediv {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 27px;
    width: 100%;
    transform: translate(-50%, -0%);
    left: 52%;
}

.footer-info {

 }

.footer-info > .uid {
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
    left: 50%;
    font-family: cursive;
    line-height: 41px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.footer-banner {
	background-image: url(../images/BackingFrameRU.jpg);
	height: 167px;
	width: 100%;
}

.footer-banner > a {
	background-image: url(../images/WBannerGroupOffEng.png);
	width: 845px;
	height: 167px;
	display: block;
}

.footer-banner > a:hover {
	background-image: url(../images/WBannerGroupONEng.png);
}



.content{
	border:3px solid #b7852a;
	padding:20px;
	background:#ebe9cf;

	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}