#hackbox {
	height: 150px;
	width: 150px;
	background: #ff581c url(/images/entries/making-friends-with-bad-css/safari.png) no-repeat center center;
	border: 5px solid #3d9dcd;
}

#hackbox {
	background: #3d9dcd url(/images/entries/making-friends-with-bad-css/firefox.png) no-repeat center center;#
}

#hackbox {
	border: 5px solid #ff581c;
}

#hackbox, {
	border: 5px solid #1760bc;
	background: #e3dfe0 url(/images/entries/making-friends-with-bad-css/ie.png) no-repeat center center;
}