	<STYLE type="text/css">
	
		html, body{
		padding: 0;
		margin: 0;
		}
		
		body{
		overflow: hidden;
		padding: 0;
		margin: 0;
		color:#ffffff;
		background-color:#4f4f4f;
		}
		
		#thisCanvas { position: absolute;}
		
		.centro{
		position:absolute;
		top:0;
		bottom:0;
		right:0;
		left:0;
		margin:auto;
		text-align:center;
		
		height:500px;
		width: 750px;
		overflow:hidden;
		z-index:10;
		}
		
		.foot{
		position:fixed;
		bottom:0;
		left: 4px;
		height:20px;
		overflow:hidden;
		z-index:10;
		}
		
		.menu{
		position:fixed;
		bottom:4px;
		right: 10px;
		height:25px;
		overflow:hidden;
		z-index:10;
		} 
		
		h2{
		font-size:12px;
		color:#ffffff;
        padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
        } 
							
		a:link { text-decoration: none; color:#4f4f4f; }
		a:active { text-decoration: none; color:#4f4f4f; }
		a:hover { text-decoration: none; color:#000000; }
		a:visited { text-decoration: none; color:#4f4f4f; }
		a img { border: none;} 
   
	</STYLE>
