/* The 'html' in front of the class name is so there will no background property conflicts with the other style sheets */
html .mainlogo {
	background: none;
	width: 198px;
	height: 67px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/base/logo_main.png');
}
html .settingsbox-home {
	background:#000;
	width: 1024px;
	height: 286px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/base/fp.png');
}
SPAN.logged_out {
	background: none;
	width: 16px;
	height: 16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/icons/key-16x16.png');
}
SPAN.join {
	background: none;
	width: 16px;
	height: 16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/icons/user-16x16.png');
}
SPAN.settings {
	background: none;
	width: 16px;
	height: 16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/icons/gear-16x16.png');
}
SPAN.turn {
	background: none;
	width: 16px;
	height: 16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/icons/clock-16x16.png');
}
SPAN.logout {
	background: none;
	width: 16px;
	height: 16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/icons/logout-16x16.png');
}
SPAN.pm {
	background: none;
	width: 16px;
	height: 16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/icons/mail-16x16.png');
}
