/*
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 : 10 Μαϊ 2014, 6:30:03 μμ
    Author     : npetalid
*/
#splashScreen img{
    margin:0 auto;
}

#splashScreen{
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    background-color:#686868;
    background-repeat:no-repeat;
    text-align:center;

}

.splashText {
    width: 500px;
    padding: 10px;
    height: 340px;
    left: 0px;
    top: 0px;
    background-color: #ffffff;
    color: #4561a0;
   margin-left: auto ;
   margin-right: auto ;
   
}
.innerText {
    left:0px;
    top:60px;
    z-index: 1;
    color: #4561a0;
       margin-left: auto ;
   margin-right: auto ;
}
.innerHeader {
       margin-left: auto ;
   margin-right: auto ;
    left:0px;
    top:0px;
    z-index: 1;
    color: #4561a0;
}

.innerImg {
       margin-left: auto ;
   margin-right: auto ;
    top:90px;
    z-index: 2;
    color: #4561a0;
}

.innerFb {
       margin-left: auto ;
   margin-right: auto ;
    width:100%;
    height:90px;
    top:90px;
    z-index: 3;
    color: #4561a0;
}

