* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: 0;
}
body {
	margin: 100px;
	background: #000;
}
#header {
	position: fixed;
	top: 0px;
	padding: 100px 0 0 0;
	left: 100px;
	z-index: 3;
	background: url(images/bg.png);
}
#result ul {
	list-style: none;
	width: 245px;
	margin: 215px 0 0 0;
	z-index: 1;
}
#result li {
	font: 11px "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #666;
	background: #111;
	padding: 15px 12px;
	margin: 0 0 3px 0;
	display: block;
	line-height: 1.5;
	cursor: pointer;
}
#result li:hover {
	background: #333;
	color: #ccc;
}
#result .active {
	background: #333;
	color: #ccc;
}
#video {
	width: 500px;
	height: 375px;
	background: url(images/video.png);
	position: fixed;
	left: 420px;
	top: 167px;
}
#controllers {
	width: 500px;
	position: fixed;
	left: 400px;
	top: 127px;
	display: none;
}
.loader {
	font: 11px "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #ccc;
	width: 215px;
	background: #111;
	padding: 15px 15px;
	margin: 15px 0 3px 0;
	display: block;
	line-height: 1.5;
}
.blink {
	text-decoration: blink;
}
.iT {
	font: 11px "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #ccc;
	border: none;
	width: 215px;
	background: #111;
	padding: 15px 15px;
	margin: 15px 0 3px 0;
	display: block;
}
.counter {
	font: 10px "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #ccc;
	border: none;
	width: 215px;
	background: #111;
	padding: 15px 15px;
	margin: 15px 0 3px 0;
	display: block;
}