body {
    background:url('../img/exhibitor-background.gif') #eeae13;
    margin:0 0 10px 0;
}

#pageWrap {
    width:740px;
    margin:0 auto;
}

h1 {
    text-indent:-9000px;
}

#splash {
    background:url('../img/splash-background.png');
    width:740px;
    height:690px;
}

#splash ul {
    margin-top:200px;
}

#splash li {
    margin-left:40px;
    text-indent:-9000px;
}

#splash li a {
    background-image: url('../img/splash-links.gif');
    background-repeat: no-repeat;
    display:block;
    width:366px;
}


#brisbane a {
    background-position:0 -2px;
    height:70px;
    position:relative;
}
#brisbane  a:hover {
    background-position:-366px -2px;
    height:70px;
}

#melbourne  a {
    margin-top:60px;
    background-position:0 -77px;
    height:70px;
    position:relative;
}
#melbourne  a:hover {
    background-position:-366px -77px;
    height:70px;
}

#sydney  a {
    margin-top:63px;
    background-position:0 -151px;
    height:70px;
    position:relative;
}
#sydney  a:hover {
    background-position:-366px -151px;
    height:70px;
}

#exhibitors a {
    margin-top:55px;
    background-position:0 -225px;
    height:45px;
    position:relative;
}
#exhibitors  a:hover {
    background-position:-366px -225px;
    height:45px;
}


#privacy a {
    font:12px Arial,Helvetica,Sans-Serif;
    color:#FFF;
    margin-left:30px;
}
