
html{	height: 100%;}

body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
}

table {
	padding: 0px; margin: 0px;
	border-collapse: collapse;	
}

table.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}