#wrap {
    
	position: fixed;
    
	width: 100%;
    
	z-index: 999;
}

#floater1 {
    
	position: absolute;
    
	top: 0;
       
	padding: 0%;
    
}

#floater2 {
    
	left: 20px;

}



#floater3 {
    
	right: 20px;

}


A:link {
	text-decoration:  none;
	font-family: Brush Script Std;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

A:hover {
	text-decoration:  none;
	font-family: Brush Script Std;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

img
	{border-style: none;
}

