﻿html        { min-height: 100%; position: relative; }
body        { height: 100%; }
#wrapper    { position:absolute; top:0; bottom:0; left:0; right:0; overflow: hidden; z-index: -1; }
#inner      { margin: 0 auto; width:998px; height:100%; background: url('/images/backg.jpg'); text-align: center; position: relative;}
#inner img  { position: absolute; top:0; bottom:0; left:0; right:0; margin: auto; }
