body {
	font-family: sans-serif;
}
#container, #container2 {
	display: block;
	background: #404040;
	width: 498px;
	height: 232px;
}
.tile {
	cursor: default;
	position: relative;
	background: #000000;
	width: 150px;
	height: 100px;
	border: 8px solid #404040;
	float: left;
	color: #ffffff;
	text-align: center;
}
.tile.hover, .tile.selected {
	border: 8px solid #4040c0;
}
.tile.drag {
	position: fixed;
	opacity: 0.5;
	border: 0px;
}
