body {
    margin: 0;
    padding: 0;
}
#container {
    position: relative;
    width: 765px;
    height: 534px;
    margin: 0 auto;
    margin-top: 20px;
    background-repeat: no-repeat;
    font-family: "Times New Roman";
}
.bgPage1 {
    background-image: url('jobba_hemifran_pic1.jpg');
}
.bgPage2 {
    background-image: url('jobba_hemifran_pic2.jpg');
}
.bgPage3 {
    background-image: url('jobba_hemifran_pic3.jpg');
}
#textPage1 {
    position: absolute;
    top: 155px;
    left: 30px;
    width: 440px;
}
#textPage2 {
    position: absolute;
    top: 120px;
    left: 140px;
    width: 440px;
}
#textPage3 {
    position: absolute;
    top: 80px;
    left: 40px;
    width: 440px;
}
#rightArea {
    position: absolute;
    right: 60px;
    top: 140px;
    width: 230px;
    height: 20px;
}
.presentation {
    font-size: 25px;
    color: #ce4f5c;
    font-style: italic;
    text-align: center;
}
#textPage1 h1 {
    font-size: 25px;
    text-align: center;
}
#textPage2 li {
    color: #66b132;
    font-size: 18px;
}
#textPage3 li{
    color: #66b132;
    font-size: 17px;
}
p.next {
    text-align: center;
}
a.next {
    text-decoration: none;
    color: #558e1e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.smallText {
    color: #bb1740;
    font-size: 11px;
    text-align: center;
}
