/* mac hide \*/
html,body {
  height:100%;
  width:100%;
}
/* end hide */
body {
  text-align:center;
  min-width:810px;/* for good browsers*/
  min-height:610px;/* for good browsers*/
}

/* kontener */
#outer{
  height:100%;
  width:100%;
  display:table;
  vertical-align:middle;
}
#mcontainer {
  text-align: center;
  position:relative;
  vertical-align:middle;
  display:table-cell;
  width:810px; 
}
#inner {
  width:810px; 
  height:610px; 
  border:1px solid #c2c2c2;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

.info {
  width:350px;
  text-align:justify; 
  margin:0px 0px 30px 5px; 
  font-size:14px;
}
