/*----------------------------------------------*/
/* BIG SCREEN */
/*----------------------------------------------*/

/* GENERAL --------- */  
  
  html {
  margin:auto;
  padding:auto;  
  height:100%;
  }  
  
  body {
  margin:auto;
  padding:auto; 
  height:100%;
  }
  
  #wrapper {
  padding:10px;
  margin:auto;
  height:100%;
  display:table;
  }
  
  #message {
  display:table-cell;
  vertical-align:middle;
  }

  #message img {
  width:546px;
  height:220px;  
  border-style:none;
  }

  #message .text {
  text-align:center;
  width:500px;
  padding-left:45px;
  line-height:25px;
  font-size:25px;  
  font-family:"Roboto", sans-serif;
  }
  
  a, A:link , A:visited, A:active, A:hover  {
  color:#43C0C4;
  text-decoration:underline;
  }   

.small_print {
font-size:13px;
}