html,body{
	height:100%;
	overflow:hidden;
}
body{
	background-color:#00001f;	
	padding:0px;
	margin:0px;
}
table{
	width:100%;
	height:100%
}
a{
	background:url(../gfx/skip.gif) no-repeat right center;
	font-family:verdana,Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
	padding-right:20px;
}