body
{
    background-image: url(/images/2010/NYC_structure_images/bg_texture.jpg);
}

#tsLogo
{
    display: block;
    height: 45px;
    width: 482px;
    background-image: url(/images/2010/NYC_structure_images/ts_logo.png);
}

#register
{
    width: 300px;
    position: absolute;
    left: 780px;
    top: 60px;
    height: 186px;
    background-image: url(/images/2010/NYC_structure_images/register_sprite.png);
    background-position: left top;
    display: block;
    z-index: 50;
}

#register:hover
{
    background-position: left bottom;
}

#containerwrapper
{
    background-image: url(/images/2010/NYC_structure_images/bg_containerwrapper.jpg);
    background-repeat: repeat-y;
}

#container
{
    background-image: url(/images/2010/NYC_structure_images/bg_container.jpg);
    background-repeat: no-repeat;
}

#homeSnapshot
{
    position: absolute;
    right: 10px;
    top: 300px;
    height: 215px;
    width: 210px;
    background-image: url(/images/2010/common_images/pictures/snapshots.png);
    background-repeat: no-repeat;
}

#containerbottom
{
    height: 2px;
    width: 1000px;
    background-image: url(/images/2010/NYC_structure_images/bg_containerbottom.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

#iggliImg
{
    cursor: pointer;
    width: 98px;
    height: 38px;
    display: block;
    background: url(/ppimages/iggli_invite_sprite.png) no-repeat bottom left;
}

#iggliImg:hover
{
    background-position: top left;
}

div.ahover {
    position: absolute;
}

ul.socialNetworking {
    padding-left: 5px;
    position: relative;
    float: left;
    margin-top: 0px;
}

ul.socialNetworking li {
    position: relative;
    z-index: 50;
    float: left;
    margin: 2px;
    line-height: 1em;
    padding: 2px 2px 0;
}

ul.socialNetworking div.ahover {
    background: #333333;
    border: 2px solid #444444;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}