@charset "utf-8";
/* CSS Document */

	BODY{
		margin:0;
		padding:0;
		
		background: #FFFFFF;
		
		text-align:center;
	}
	
	#MAIN_WRAPPER{
		margin:0;
		padding:0;
		
		text-align:center;
	}
	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flash_gal {
		height: 100%;
		width: 100%;
		position:absolute;
		z-index:99;
		right:0;
		top:0;
		bottom:0;
		left:0;
	}
	
	#flash_gal #flash_gal_button {
		height:40px;
		font-size:12px;
		text-align:right;
		padding:10px;	
		background:url(/images/dentafine_logo.jpg) no-repeat left top #FFFFFF;
	}
	
	#flashcontent {
		height: 100%;
		width: 100%;
	}
	
	#main_mc {
		height: 100%;
		width: 100%;
		position:absolute;
		z-index:98;
		right:0;
		top:0;
		bottom:0;
		left:0;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		color:#ffffff;
		font-family:sans-serif;
		font-size:40;
	}

	a {	
		color:#FFFFFF;
	}