@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'glaxo';
	src:url('../fonts/BPG_Glaho_2009.eot'); 
	src:url('../fonts/BPG_Glaho_2009.ttf'); 
    font-weight: normal;
    font-style: normal;
}
body { 
font-family: 'glaxo'; 
background-image:url(../img/background.png);
background-attachment:fixed;
}

.satauri{ 
font-size:16px;
font-weight:bold;
}



div.well{
  height: 250px;
} 

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 100%; 
  height: 50%;
  min-width: 200px;
  max-width: 800px;
  padding: 40px;
}

i {
	width:20px;	
}
