#footer{
    bottom: 0px;
	position: absolute;
	clear: both;
	width: 100%;
	background: #000000;
	height: 40px;
	border-top: 1px solid rgb(73, 73, 73);
}
#footer .center{
    width: 960px;
    margin-left: auto;
    margin-right: auto;   
}
#footer .center .wraptocenter{
    width: 960px;
    text-align: left;
    height: 84px;
}
#footer .center a.top-link{
    float: right;
}

/**KRYPTIS.LT*/
#kryptis-copyright{
    /*background: #00ff00;*/
    height: 3px;
    bottom: 0px;
    position: absolute;
    width: 100%;
}
#kryptis-copyright .main-anim{
    position: absolute;
    width: 100%;
    /*margin-top: 40px;*/
}
#kryptis-copyright .split{
    background: #7d0600;
    height: 3px; width: 100%;
    position: relative;
}
#kryptis-copyright .split .logo{
    height: 34px; width: 142px;
    position: absolute;
    right: 0px; bottom: 0px;
    background: url(/images/kryptis/logo-bg.png) right 3px no-repeat;
}
#kryptis-copyright .split .logo img{
    position: absolute;
    right: 15px;
    bottom: 3px;
}
#kryptis-copyright .active-line{
    height: 40px; width: 100%;
    position: absolute; top: 0px;
    background: url('/images/kryptis/active-bg.png') repeat-x;
}

/*
#kryptis-copyright .inactive-line{
    position: relative;
    height: 34px;
}
#kryptis-copyright .inactive-line .split{
    background: #9d0800;
    height: 3px; width: 100%;
    position: absolute; bottom: 0px;
}
#kryptis-copyright .inactive-line .logo{
    height: 100%; width: 142px;
    position: absolute;
    right: 0px; top: 0px;
    background: url(/images/kryptis/logo-bg.png) right 3px no-repeat;
}
#kryptis-copyright .inactive-line .logo img{
    position: absolute;
    right: 15px;
    bottom: 3px;
}
#kryptis-copyright .active-line{
    height: 40px;
    background: url('/images/kryptis/active-bg.png') repeat-x;
    position: relative;
}
#kryptis-copyright .active-line .right-bg{
    position: absolute; height: 100%;
    right: 0px; width: 142px;
    background: url('/images/kryptis/active-bg-right.png') repeat-y;
}
*/
/**/