body {
    background-color: #000000;
    color: white;
    overflow: hidden;
}

.wrapper {
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    z-index: 500;
    position: relative;
    width: 900px;
    height: 600px;
    top: 1%;
    margin: 0 auto;
    overflow: hidden;
    /*background-color: #4169e1;*/
    background-image: url('../img/pg1bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

h1{
    display: none;
    font-family: helvetica;
    font-size: 44px;
    left: 100px;
    position: absolute;
    top: 243px;
}

#continue{
    bottom: 75px;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 100px;
}

#back{
    margin-right: 20px;
}

#elearning{
    position: absolute;
    top: 150px;
    left: 100px;
    display: none;
    cursor: default;
}

#module{
    position: absolute;
    top: 210px;
    left: -1000px;
    /*display: none;*/
    cursor: default;
}

#for{
    position: absolute;
    top: 1310px;
    left: 100px;
    /*display: none;*/
    cursor: default;
}

#crosssell{
    position: absolute;
    top: 300px;
    left: 140px;
    display: none;
    cursor: default;
}