#index-cover{
    position: relative;
}

.seperator{
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 270px;
    z-index: 1;
}

.row1{
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0px 18px;
    float: left;
}

#firstrow{
    width: 840px;
    margin: 0 auto;
}

#secondrow{
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 452px;
}

.picwithbub{
    display: inline-block;
    position: relative;
    float: left;
}

.bubble{
    position: absolute;
}

#then-bubble{
    top: -20px;
    left: 0px;
    z-index: 2;
}

#now-bubble{
    top: -20px;
    right: 0px;
    z-index: 2;
}

.fence{
    position: absolute;
    top: 100px;
    z-index: 0;
}

#fence1{
    left: -55px;
}

#fence2{
    right: -47px;
}

.head-img{
    position: absolute;
}

#dog-house{
    top: 112px;
    left: 0px;
    z-index: 1;
}

#dog-bowl{
    top: 281px;
    left: 46px;
    z-index: 1;
}

#small-golden{
    left: 50%;
    top: 52px;
    margin-left: -255px;
}

#big-golden{
    right: 50%;
    top: -32px;
    margin-right: -371px;
}

#l-arrow{
    top: -12px;
    left: 304px;
}

#r-arrow{
    top: -12px;
    right: 266px;
}

#index-award{
    right: 0px;
    top: 180px;
    z-index: 1;
}

#fifty-votes{
    top: 65px;
    right: 45px;
    z-index: 1;
}

#post-img{
    position: relative;
    background-image: url(../images/post-invite-bg.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 326px;
    z-index: 2;
    top: 60px;
    left: 76px;
}

#post-img a#post-btn{
    background-image: url(../images/post.png);
    background-repeat: no-repeat;
    display: block;
    width: 183px;
    height: 58px;
    position: relative;
    background-position: 0 0;
    font-size: 0px;
    text-indent: -9999px;
    z-index: 2;
    top: 170px;
    left: 55px;
}

#post-img a#post-btn:hover{
    background-position: 0 -58px;
}

a#show-all{
    background-image: url(../images/all-photo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 105px;
    height: 25px;
    position: absolute;
    top: 13px;
    right: 23px;
    font-size: 0px;
    text-indent: -9999px;
}

a#show-all:hover{
    background-position: 0 -25px;
}

/*vote box*/

