﻿/*hide from ie on mac\*/


	html {
		height: 100%;
		overflow: hidden;
	   
	}
	#flashcontent {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;	
	}
	/* end hide */
	body
    {
       	margin: 0px;
		padding: 0px;
        height: 100%;    
        text-align: center;
       /* background-image: url('../../images/sky.jpg');
        background-repeat: no-repeat; 
        background-position: 50% top; */
      
    }
