@CHARSET "UTF-8";

div.outer
{
	display: table;
	position: static;
}

div.middle
{
	display: table-cell;
	vertical-align: middle;
	position: static;
}

div.inner
{
	position: static;
	text-align: center;
}


.wraptocenter
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.wraptocenter *
{
    vertical-align: middle;
}
/*\*//*/
.wraptocenter
{
    display: block;
}
.wraptocenter span
{
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

