/* hacks.css */
html, body {
	font-family : Tahoma, Arial, sans-serif;
	font-size : small;
	color : #333;
	background-color : #fff;
	line-height : 1.8em;
}
div.wrapper {
	width : 600px;
}
div.whoredom {
	width : 160px;
	border-left : 1px dotted #ddd !important;
	border-left : 1px solid #eee;
	padding-left : 5px;
	float : right;
	margin-left : 10px;
}
div.whoredom object.googlebox {
	width : 160px;
	height : 600px;
	overflow : hidden;
}
