/* Логотип на главной странице */
.absoluteCenter
{
 margin:auto;
 position:fixed;
 top:50;
 margin-bottom:70;
 left:0;
 right:0;
}
/* Размерность */
img.absoluteCenter
{
 max-height: 70%;
 max-width: 80%;
}

