html{
	font: 90% sans-serif; 
}

body{
	width: 100%; height: 101%;
}
			
h1{
	visibility:hidden;
}
			
.table{
	display:table;
}
.row{
	display:table-row;
}
.cell{
	display:table-cell;
	line-height: 1px;
}
.mcell{
	display:table-cell;
	width: 1024px;
	line-height: 1px;
	background-color: #AFAFBF;
}
			
header{}

section{}

article{}

footer
{
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font: 60% sans-serif; 
}