body,html{
	width:100%;
	height:100%;
	background-color:#000000;
	overflow:hidden;
	text-align:center;
}
#table{
display:table;	
width:100%;
height:100%;
}
#table-cell{
display:table-cell;	
vertical-align:middle;
}
#cell{
	
}
a,img{
border:0;	
}