* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url('img/bg.gif') repeat-x;
	background-color: #142324;
}

#cam {
	text-align: center;
	width: 640px;
	height: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
#campic {
	float: left;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#overlay {
	position: relative;
	top: -512px;
	left: -53px;
	z-index: 1;
}
#led {
	position: relative;
	top: -635px;
	width: 29px;
	height: 91px;
	z-index: 2;
	*top: -632px;
	*float: left;
	*clear: left;
	_top: -630px;
}
.zero#led { left: 352px; }
.one#led { left: 395px; }
.two#led { left: 439px; }
.three#led { left: 482px; }
#linkback {
	color: #aaa;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}
#linkback a {
	color: #afa;
}
