html,body			{ 
					margin:0; 
					padding:0; 
					border: none; 
					text-decoration: none; 
					width:100%; 
					height:100%; 
					background:#fff;
					font-family: Arial;
					cursor: default;
					font-size:12px;
				}
				
a				{ cursor:pointer }
a img			{ cursor:pointer; border:none }

#ContentsFlash	{
					width:100%;
					height:100%;
					background:#fff;
				}
#flashO			{ position:absolute; top:50%; left:50%; margin:-170px 0 0 -210px }
	