﻿#wrapper {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    top: 136px;
    left:0px;
    padding: 50px 0px 50px 0px;
    margin-left:0px;
}

#bg_top_left {
    position:absolute;
    z-index:1;
    background-image: url(../img/egirls/bg_top_left.png);
    width: 416px;
    height: 395px;
    left: 0px;
    top:0px;
}

#bg_top_right {
    position:absolute;
    z-index:1;
    background-image: url(../img/egirls/bg_top_right.png);
    width: 455px;
    height: 292px;
    right: 0px;
    top:0px;
}

#bg_bottom_left {
    position:absolute;
    z-index:1;
    background-image: url(../img/egirls/bg_bottom_left.png);
    width: 369px;
    height: 343px;
    left: 0px;
    bottom:0px;
}

#bg_bottom_right {
    position:absolute;
    z-index:1;
    background-image: url(../img/egirls/bg_bottom_right.png);
    width: 382px;
    height: 332px;
    right: 0px;
    bottom:0px;
}



#content {
    position: relative;
    z-index:2;
    text-align:center;
    left: 50%;
    width: 820px;
    margin-left: -410px;
}

#toggolino {
    position:relative;
    z-index:3;
}

