body {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

table {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 30; 
	font-size: 200px;
	text-align: center; 
	font-family: verdana, helvetica, arial;
}

a {
	color: #004080;
	text-decoration:none;
}
	
a:hover {
	color: #ffffff;
	background-color: #4aa8db;
	text-decoration:underline;
	filter:alpha(opacity=100);
}

.td2 {
	font-size: 32px; 
	background: white;

	filter:alpha(opacity=50);    /* ie  */
	-moz-opacity:0.5;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.5;    /* for really really old safari */
	opacity: 0.5;    /* css standard, currently it works in most modern browsers like firefox,  */
}

.td1 {
	font-size: 12px; 
	height: 14px; 
	max-height: 14px; 
	background: white; 
	text-align: left;
}

.div1 {
	position: relative; 
	width: 100%; 
	height: 100%; 
	margin-left: -100%; 
	margin-bottom: -100%; 
	float: right;
}

.div0 {
	color: white; 
	position: relative; 
	width: 100%; 
	height: 100%; 
}

.img_bg {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0px; 
	left: 0px; 	
	z-index: 20;
}