html,body {
    height:20000px;
    width:20000px;
    overflow:hidden;
} 
body{
    text-align: center;
    display:block;
}
#wrapper{
    margin:0 auto;
    width:100%;
    text-align: left;
    position:relative;
}
#analog{
    position:absolute;
    top:350px;
    left:85px;
    background:transparent;
    width:300px;
    height:60px;
}
a{
    background:transparent;
    color:transparent;
    font-size:58px;
    text-decoration:none;
}
#digital{
    position:absolute;
    top:350px;
    left:435px;
    width:300px;
    height:60px;
}

.container {
    display:block;
    //float:left;
    height:1000px;
    position:relative;
    width:2000px;
    overflow:hidden;
}
#rhizom_home{
    background-image:url('bg.jpg')
}
#go_one{
    background-image:url('go_one.gif')
}
#go_two{
    background-image:url('test2.gif')
}

.tip{ 
    width:200px; 
    font-family:helvetica,arial; 
    background: url(balloon.png) bottom left no-repeat !important;
    background: url(balloon.gif) bottom left no-repeat;
    text-align: left;
    font-size: 12px;
}
.tip-title{ 
    color: #000;
    font-size: 27px;
    font-weight: bold;
    /* text-shadow: 2px 2px 1px #222;*/
    padding-top:13px;
    margin:0 30px 0 15px;

 }
.tip-top{  
    height:26px; 
    width:200px;
    background: url(balloon.png) top left no-repeat !important;
    background: url(balloon.gif) top left no-repeat;
 }
.tip-text{ 
    color:#CCC; 
    padding:15px 20px 20px 20px; 
    line-height:1.2;
}
.tip-bottom{ width:200px; height:81px; }
