JSFiddle - React, Tailwind, and code Playground
HTML
<div class="footer">
<div class="copy">
<p>Компания «<a href="http://мойсайт.ru">СтроимВместе</a>
» - строительство и ремонт.</p>
<p>Все права защищены. 2011 </p>
</div>
<!-- begin of Top100 code -->
<div class="enumerator">
<script id="top100Counter" type="text/javascript" src="http://counter.rambler.ru/top100.jcn?666666"></script>
<noscript>
<a href="http://top100.rambler.ru/navi/666666/">
<img src="http://counter.rambler.ru/top100.cnt?2416991" alt="Rambler's Top100" border="0" />
</a>
</noscript>
<!-- end of Top100 code -->
<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click' "+
"target=_blank><img src='//counter.yadro.ru/hit?t45.1;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet' "+
"border='0' width='31' height='31'><\/a>")
//--></script><!--/LiveInternet-->
</div> <!--end enumerator-->
</div>
CSS
.footer {
height: 100px;
border-top: 1px #e5e5e4 dashed;
margin-top: 20px;
}
.copy{text-align: left;}
.enumerator{text-align:right;}