body {
	font: 16pt "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: center;
}

p {
	text-align: center;
}

#browsers {
	position: relative;
	width: 600px;
	height: 300px;
	border: solid 2px black;
	margin: 2em auto;
}

#trashcan {
	width: 128px;
	height: 128px;
	margin: 2em auto 0;
	background: url(//webster.cs.washington.edu/cse154/sections/webservices/trashcan/trashempty.png) center center no-repeat;
}

.full {
	background: url(//webster.cs.washington.edu/cse154/sections/webservices/trashcan/trashfull.png) center center no-repeat !important;
}

.browser {
	position: absolute;
}
