/* standard elements */

body  {
	background-color: #505050;
	text-align: center;
	}

table.centered {
	width: 100%;
	height: 100%;
	border: none;
}
	
img {
	border: 0pt;
	padding: 0pt;
	}
	
#xfade {
	position:relative;
	width:200px;
	height:70px;
	border:0;
	margin:0 auto;
    }
        
#xfade img#default {
	position: absolute;
	width:200px;
	height:70px;
	left: 0;
	border:0;
	opacity:1;
	}

#xfade img#fadeto {
	position: absolute;
	width:200px;
	height:70px;
	left: 0;
	border:0;
	opacity:0;
	}
