@charset "ISO-8859-1";

/* CSS Document */

     html, body {
	width:100%;
	height:100%;
	padding: 0px;
	margin: 0px;
    }
#tableCentral {
    width: 100%;
    height: 100%;
    position: static;
    display: table;
    *overflow: hidden; /* hack para o IE6 e IE7 */
    *position: relative; /* hack para o IE6 e IE7 */
    }
#cellCentral {
    vertical-align: middle;
    display: table-cell;
    position: static;
    *top: 50%; /* hack para o IE6 e IE7 */
    *position: absolute; /* hack para o IE6 e IE7 */
    }

    #wrapper {
	top: -50%;
	margin: auto;
	position: relative;
	width: 743px;
    }

