/*Pai setado como Table*/
html{
	display:table;
	width:100%;
	height:100%;
}
/*Filho setado como Table-cell*/
body{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	}
/*Conteudo alinhado no centro Vertical e Horizontal*/
#Container{
	width:439px;
	height:153px;
	background:transparent url(../Img/TiagoOS.gif) no-repeat;
	margin:0 auto;
}


