/******************************************************************************/
/*                                                                            */
/* Description: This stylesheet determines the look'n'feel of the             */
/*              "index.html" web page.                                        */
/*                                                                            */
/* Author:      Thomas Uchdorf, t.uchdorf@gmx.de                              */
/*                                                                            */
/******************************************************************************/


/******************************************************************************/
/* main                                                                       */
/******************************************************************************/
div#tu-body > .tu-wrapper {
    margin: 0 auto;
    width: 494px;
    padding: 0;
}
div#tu-body-foreground {
    position: relative;
    margin: 0;
    padding: 0;
    width: 494px;
    height: 147px;
    overflow: hidden;
}
div#tu-body-foreground span {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    width: 494px;
    height: 147px;
    background-image:url("images/tsu-index-welcome.png");
    background-repeat: no-repeat;
    background-position: left top;
}