html{margin:0px;}
		body{
			text-align:center;
			margin:0px;
			background-image:url("../bgalt.jpg");
			background-repeat:no-repeat;
		}	

		#ifram{
		position:fixed;
	}
	
	#main{
		background-color:transparent;
	}
	
.agFairy{
	height:45px;
	width:35px;
	z-index:10000;/*increase if you need*/
	background:url('fairy.png') no-repeat; /*take any background you like (resizing may be needed), to add text use option fairyText*/
	/*DO NOT CHANGE FOLLOWING*/
	position:absolute;top:0;left:0;margin:0;
	display:none; /*keep it hidden at start, it will change on init, but this makes showing smoother*/
}

.agFairySelected{
	font-weight:bold;
}

.fairymenu{
	margin-top: 10px;
}

.fairyMenu li{
		font-family: "Monotype Corsiva";
		display:inline;
		cursor:pointer;
		margin-right:16px;
	}	