﻿body
    {
        margin:0px;
        padding:0px;
        background-color:#fff;    
    }
    
    body .container
    {
        position:relative;
        display:block;
        top:0px;
        left:50%;
        margin-left: -355px;
        width:615px;
        height:572px;
        background-image:url('../images/splash.jpg');
        background-position:top center;
        background-repeat:no-repeat;
    }
    
    body .container .btn_verder
    {
        position:absolute;
        display:block;
        width:102px;
        height:30px;
        top:337px;
        left:282px;
        cursor:pointer;
        text-decoration:none;
        color:#fff;
    }
    
    body .container .flash
    {
        position:absolute;
        display:block;
        width:77px;
        height:102px;
        top:405px;
        left:290px;
    }
    
    body .container .text
    {
        visibility:hidden;
    }
    
    body .container .btn_regulier
    {
        position:absolute;
        display:block;
        bottom:0px;
        background-image:url('../images/btn_regulier.jpg');
        background-repeat:no-repeat;
        width:329px;
        height:21px;
        left:50%;
        margin-left:-145px;
        cursor:pointer;
        text-decoration:none;
        color:#fff;
    }
    
    body .container .btn_regulier span, body .container .btn_verder span
    {
        visibility:hidden;
    }