html, body {
	margin: 0px;
	padding: 0px;
	background: url('../img/vignette.jpg') no-repeat center center;
	background-attachment:fixed;
	background-size: cover;
	overflow:hidden;
}

#bars {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}

.bar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2px;
	height: 100px;
	background-color: #ff0000;
}

#vis1 {
	position: absolute;
	width: 800px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-left:-400px;
	margin-top: -300px;
}

.play {
	background-image: url('../img/play.png');
	background-size: 100% 100%;
	position:absolute;
	width: 128px;
	height: 128px;
	top: 50%;
	left: 50%;
	margin-left:-64px;
	margin-top: -64px;
}

.title {
	position: absolute;
	padding: 0px;
	margin: 0px;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-family: helvetica;
	color: #666666;
}

#lights {
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 50%;
	top: 50%;
	width: 0px;
	height: 0px;
}

.light1 {
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 25px;
	height: 25px;
	background-image: url("http://i1188.photobucket.com/albums/z411/wickedemu/smiley-300x300.png");
	background-repeat: no-repeat;
}