body{
background: #000;
}
#demo-bar {
	margin: 0px auto;
	padding: 0;
	width: 600px;
	background: #000;
	color: #ccc;
	text-align: center;
	font-size: 10px;
	font-family: sans-serif;
	height:20px;
}
#demo-link {
	margin: 0px auto;
	padding: 0;
	width: 600px;
	background: #000;
	color: #ccc;
	text-align: center;
	font-size: 10px;
	font-family: sans-serif;
	height:20px;
	top:0;
	left:0;
	position: relative;
}
a{
text-decoration:none;
color: #ccc;
width:200px;
display: block;
float:left;
	height:10px;
}


#demo-wrapper {
	margin: 5px auto;
	overflow: hidden; 
	height: 620px; 
	width: 100%;
	border: 0;
	position: relative;
}

#demo-inner {
	width: 1954px;
	height: 620px;
	background-image: url(sfondo_movie.jpg);
	position: relative;
	overflow: hidden;
}

.scrolling-content {
	width: 5px;
	height: 5px;
	text-align: center;
	position: absolute;
}
.tv-content {
width: 640px;
height: 385px;
position: absolute;
}
.scrolling-content h1 { 
	color: #fff;
	padding: 25px 0;
	font-size: 12px;
}

#content1 {
	left: 0px; 
	top: 0px;
}

#content2 {
	left: 480px; 
	top: 0px;
}
#tv {
left:591px;
top:111px;
}
#content3 {
	left: 1949px; 
	top: 0px;
}


