/* hide from ie on mac \*/
	html, body 
	{
	background-color: transparent;
		}
	
	body {
		margin: 0;
		padding: 0;
		background-color: transparent;
		 
		color:#ffffff;
			}
	
	#bodywrap {
		width:100%;
		text-align:center;
		height: 400px;
	}
	
	#ghost
{
width: 300px;
height: 200px;
background: transparent;
 
 background-image: url(../boxes/nap.jpg);
 
}
#ghost p
{
	font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: black;
}
 
	
	
	#flashcontent {                                 
		display: none;
	}
	
	/* end hide */