@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */


#signsHead  {
	background : url(/images/signs_anim.gif) no-repeat;
	background-position : center;
	height : 34px;
	margin-bottom : 25px;
}

.signsText {
	margin-left : -9999px;
	color : #fff;
	
}

#portfolio {
	width : 700px;
	text-align : center;
}


}

