body {

}

.white {
    color: #ffffff;
}

h1 {
    margin: 0px;
}

#menu {
    position: relative;
    top: 10px;
    left: 50%;

    margin-left: -370px;

    padding-right: 20px;

    width: 740px;

    background-image: url('../images/transbg.png');
    /*background-color: #ffffff;*/

    margin-bottom: 10px;
}

#menu ul {
    padding: 0px;
    margin: 0px;
}

#menu li {
    list-style: none;
    float: left;
    padding-left: 20px;
}

#menu li a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}


#content li {
    margin-bottom: 30px;
}

#innerHTML {
    position: relative;
    top: 100px;
    left: 50%;

    width: 900px;
    height: 487px;

    margin-left: -450px;

    background-image: url('../images/htmlBackground.jpg');
}

#getFlashplayer {
    position: relative;
    top: 100px;
    left: 50%;

    background-image: url('../images/transbggrey.png');

    text-align: center;
    
    margin-left: -125px;

    width: 250px;

}



#content {
    position: relative;
    
    top: 10px;
    left: 50%;

    width: 500px;
    height: 400px;

    padding: 10px;
    
    margin-left: -250px;

    overflow-y: auto;
    /*background-color: #ffffff;*/
    background-image: url('../images/transbg.png');
}

.header {
    font-size: 18px;
    font-weight: bold;
}