﻿/*#outer {height: 400px; overflow: hidden; position: relative; width: 100%; border: 0px solid blue; }
#outer[id] {display: table; position: static;}*/

#middle {position: absolute; top: 25%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; width: 100%;}

#inner {position: relative;  width:auto; margin-left:auto; margin-right: auto; margin-top: auto; margin-bottom: auto; text-align: center;} /* for explorer only */
/* optional: #inner[id] {position: static;} */
/*a
{
    text-decoration: none;
    color: #000000;
}*/


