/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-Mar-2014, 09:02:04
    Author     : matteo
*/

/* visual styles */
body{
    margin:0;
    font-family:sans-serif;
    font-size:30px;
    color:#ffffff;
    text-align:center;
}
.fullscreen-cont {
    margin-bottom:0px;
}

/* fullscreen setup */
html, body {
    /* all the tags up to .fullscreen-cont must have this style */
    height:100%;
}
.fullscreen-cont,
.fullscreen-img {
    display:block;
    position:relative;
    min-width:100%;
    min-height:100%;
}

/* content styles */
.fullscreen-img {
    display:block;
    position:absolute;
    z-index:1;
    background:transparent url('../images/suspend_3.jpg') center center no-repeat;
    background-size:cover;
    /* background position when .fullscreen-img overflows */
    background-position:50% 50%;
}
