@charset "utf-8";
/* CSS Document */

#footertip { 
    display:none; 
    background:transparent url(http://www.oxygenate.net/includes/powered_by/images/white_arrow.png); /* all browsers */
	_background-image: url(http://www.oxygenate.net/includes/powered_by/images/white_arrow.gif); /* ie6 only */
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#000;     
}

#powered_byDiv{
	float: right;
	color: #FFF;
	font-size: 12px;
}

#powered_byDiv a{
	color: #FFF;
	text-decoration:none;
}

