body {
    background: url(images/bgTile.png);
}

h1#logo a {
    background: url(images/h1Logo.png);
}

#header {
    background: url(images/topBlack.png) no-repeat bottom;
}

#header h2 {
    background: url(images/welcomeSlogan.png);
}

#header ul {
    background: url(images/topTabs.png);
}

#platform {
    background: url(images/platformBG.png) repeat-y;
}

#menu {
    background: url(images/topMenuBG.jpg);
}

#content {
    background: #f9f7f2 url(images/contentBG.jpg) no-repeat top;
}

body.index #content {
    background: #f9f7f2 url(images/homeContentBG.jpg) no-repeat top;
}

body.index #footer {
    background: #000 url(images/silhouette.png) no-repeat top;
}

body.std #footer {
    background: #000 url(images/silhouette.png) no-repeat top;
}

body.rodeo #footer {
    background: #000 url(images/silhouetteRodeo.png) no-repeat top;
}

body.eventCenter #footer {
    background: #000 url(images/silhouetteEventCenter.png) no-repeat top;
}

#platformShadow {
    background: url(images/footerShadow.png);
}

#homepageSlideBox {
    background: url(images/flashBox.jpg) no-repeat top;
}

a#ticketLink {
    background: url(images/purchaseTickets.png) no-repeat top;
}

#sidebar h3.eventHeader a {
    background: url(images/sidebarUpcomingEvents.png) no-repeat top;
}

#sidebar h3.exploreHeader {
    background: url(images/explore.png) no-repeat top;
}

#sidebar h3.photoHeader {
    background: url(images/photoBooth.png) no-repeat top;
}

#sidebar h3.videoHeader {
    background: url(images/sidebarVideoRoom.png) no-repeat top;
}

#sidebar h3.friendsHeader {
    background: url(images/sidebarFriends.png) no-repeat top;
}

div.cornerBox {
    background: url(images/sidebarExpandingCornerBoxTop.png) no-repeat top;
}

div.cornerBoxContent {
    background: url(images/sidebarExpandingCornerBoxBottom.png) no-repeat bottom;
}

#indexFooter li.fair h4 {
    background: url(images/indexFooterFairHead.png) no-repeat top;
}

#indexFooter li.rodeo h4 {
    background: url(images/indexFooterRodeoHead.png) no-repeat top;
}

#indexFooter li.event h4 {
    background: url(images/indexFooterEventCenterHead.png) no-repeat top;
}

img#headerImage {
    background: url(images/insideFlashBox.jpg) no-repeat top;
}
