html, body {
	height: 100%;
    margin: 0;
}

body {
    background-color: #000;
    font-family: Arial;
    position: relative;
}

:focus {
  -moz-outline-style: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

img {
    border: 0; 
}

.wrapper {
    background-image: url("/img/chathost/background.jpg");
    background-position: center 6px;
    background-repeat: no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -215px;
    min-width: 992px;
    position: relative;
}
.footer, .push {
	height: 215px;
}

.footer {
    margin: 0 auto;
    width: 992px;
    position: relative;
}

.wrapper .header {
    border-top: 6px solid #80017b;
}

.wrapper .header .headerContent {
    margin: 0 auto;
    width: 992px;
    position: relative;
    z-index: 1;
}
.wrapper .header .headerContent a {
    display: block;
    width: 230px;
    height: 40px;
    position: absolute;
    text-indent: -999px;
    text-decoration: none;
    left: 39px;
    top: 7px;
    z-index: 1;
}
.wrapper .header .headerContent h1{
    position: absolute;
    top: 51px;
    width: 884px;
    text-decoration: none;
    margin: 0;
    height: 60px;
    left: 39px;
    text-indent: -999em;
    z-index: 1;
}
.wrapper .content{
    width: 992px;
    margin: 0 auto;
    height: 744px;
    position: relative;
}

.wrapper .content .text {
    display: block;
    position: absolute;
    right: 59px;
    visibility: hidden;
}
.wrapper .content .text1 {
    top: 132px;
    width: 376px;
    height: 110px;
}
.wrapper .content .text2 {
    top: 250px;
    height: 24px;
    width: 320px;
}
.wrapper .content .text3 {
    top: 286px;
    height: 44px;
    width: 268px;
}
.wrapper .content .text4 {
    top: 338px;
    height: 74px;
    width: 288px;
}
.wrapper .content h2 {
    position: absolute;
    margin: 0;
    top: 470px;
    right: 60px;
    height: 22px;
    width: 270px;
    text-indent: -999em;
}
.wrapper .content .register {
    position: absolute;
    right: 68px;
    top: 503px;
    background-image: url('/img/chathost/registerbutton.jpg');
    width: 242px;
    height: 53px;
    text-align: center;
    text-decoration: none;
    line-height: 53px;
    color: #FFFFFE;
    font-size: 27px;
    font-weight: bold;
    text-indent: -999em;
}

.footer p {
    color: white;
    font-size: 11px;
    text-align: center;
    margin: 15px 0 0;
}
.footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
    background-image: url('/img/chathost/footer.jpg');
    background-repeat: no-repeat;
    background-position: center 0;
    width: 700px;
    margin: 0 auto;
    height: 15px;
    overflow: hidden;
}

.footer ul  li{
    display: block;
    float: left;
    text-align: center;
}

.footer ul  li.register{
    width: 70px;
    padding: 0 19px 0 50px;
}
.footer ul  li.whoisonlinenow {
    width: 130px;
    padding: 0 54px 0 56px;
}
.footer ul  li.othercams {
    width: 60px;
    padding: 0 15px 0 21px;
}
.footer ul  li.faq {
    width: 50px;
    padding: 0 12px 0 16px;
}
.footer ul  li.home {
    width: 50px;
    padding: 0 0 0 16px;
}
.footer ul  li a {
    text-decoration: none;
    color: #959595;
    font-size: 12px;
    display: block;
    height: 15px;
    line-height: 15px;
    font-weight: bold;
}
.footer h3 {
    padding: 0;
    display: block;
    background-image: url('/img/chathost/footer.jpg');
    background-repeat: no-repeat;
    background-position: center -21px;
    width: 700px;
    height: 15px;
    overflow: hidden;
    margin: 6px auto;
    line-height: 15px;
}
.footer h3 span{
    color: #9e9e9e;
    font-size: 11px;
    float: left;
    display: block;
}

.footer h3 span.first{
    padding: 0 0 0 205px;
    text-align: right;
    width: 60px;
}

.footer h3 a{
    float: left;
    display: block;
    text-decoration: none;
    text-indent: -999px;
    height: 15px;
    width: 101px;
    margin: 0 18px 0 16px;
}
/***************************************/
/**************** RU *******************/
/***************************************/
.ru .wrapper {
    background-image: url("/img/chathost/backgroundru.jpg");
}
.ru .wrapper .content .register {
    background-image: url('/img/chathost/registerbuttonru.jpg');
}
.ru .wrapper .content .text1 {
    top: 132px;
    width: 370px;
    height: 86px;
}
.ru .wrapper .content .text2 {
    top: 245px;
    height: 78px;
    width: 304px;
}
.ru .wrapper .content .text3 {
    top: 336px;
    height: 102px;
    width: 240px;
}
.ru .wrapper .content h2 {
    top: 468px;
    height: 22px;
    width: 172px;
}
/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
