﻿body, html {
    height: 100%;
    font-family:Verdana;
}


body {

    background:url(bgleft.jpg) #000 left top repeat-y;
    color:#000;
    margin:0px;
    padding:0px;
}


#container {
    background:url(bgright.jpg) transparent right top repeat-y;
    position:relative;
    min-height:100%;
    text-align:center;
}
#gigs {
    text-align:left;
}

#gigs table {margin-left:auto; margin-right:auto;}
#gigs table,#gigs table td{
    background-color:#000;
    color:#fff;
}

#gigs table td a {
    color:#FFCC33;
}
#header {
    text-align:center;
}
#header div.headerGfx {
    height:368px;
    background:url(band.png) transparent center top no-repeat;
    width:566px;
    display:inline-block;
}



#header div.headerLogo {
    text-align:center;
    margin-bottom:20px;
}


#player {
    position:absolute;
    top:12px;
    right:12px;
    text-align:center;
}

#signup {
    margin-top:16px;
    text-align:center;
}

#social {
    text-align:center;
    height:154px;
    
}

#social div.socialInner {
    width:234px;
    position:relative;
    height:154px;margin:0 auto;
}

#social div.linksBox, #social div.icons {
    height:154px;width:234px;
    position:absolute;
    top:0px;
    left:0px;
}


#social div.icons {
    background:url(social.png) transparent center top no-repeat;
}
#social div.linksBox {
    z-index:9999;
}

#social div.linksBox a {
    position:absolute;
    width:52px;
    padding-top:52px;
    height:0px;
    overflow:hidden;
    top:46px;
}

#social div.linksBox a.twitter {
    left:40px;
}
#social div.linksBox a.facebook {
    width:48px;
    left:96px;
    
}
#social div.linksBox a.myspace {
    left:148px;
}
