@media all { 

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


#homeLeftColumn {
	width : 340px;
	float : left;
	padding-left : 0;
}

#homeRightColumn {
	width : 350px;
	float : right;
	padding-right : 0;
	background : url(/images/squares2.gif.gif) no-repeat;
	background-position : right;
}


#homeLogo  {
	background : url(/images/burst3.gif) no-repeat;
	background-position : left;
	height : 167px;
}

.logoHead {
	margin-left : -9999px;
	font-weight : bold;
	color : #ff0000;
	;
}


#homeCredit  {
	font-size : 70%;
	color : #fff;
	padding-bottom : 5px;
	padding-left : 25px;
	
}


#homeSquares {
	background : url(/images/squares2.gif) no-repeat;
	background-position : center;
	text-align : right;
	margin-bottom : 50px;
}

.squaresText {
	text-transform : uppercase;
	font-weight : normal;
	font-size : 78%;
	letter-spacing : 0.15em;
	line-height : 3em;
	margin : auto;
	color : #33ffff;
	
}

}

