
html {
  font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
  font-size:12px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

a,a:visited {
    color: #fff;	
} 
a:hover{ 
    color: #f00;	
}

.hdt {
  color:#FFFFFF;
  left:100px;
  position:absolute;
  top:240px;
  width:200px;
  z-index:1000;
  font-weight: bold;
  font-size: 16px;
}


#demo-bar {
	margin: 5px auto;
	padding: 5px 0;
	width: 600px;
	border-bottom: 0px solid #000;
	background: #000;
    text-align: center;
	color: #fff;
}

#demo-wrapper {
	margin: 5px auto;
	overflow: hidden; 
	height: 500px; 
	width: 900px;
	border: 1px solid #000;
	position: relative;
}

/*
	height: 400px; 
	width: 600px;
*/


#demo-inner {
	width: 2270px;
	height: 1704px;
	background-image: url(http://jetwave.ru/gfx/nasa2.jpg);
	position: relative;
}

.scrolling-content {
	background: transparent url(http://jetwave.ru/gfx/bubble.png) top left no-repeat;
	width: 139px;
	height: 73px;
	text-align: center;
	position: absolute;
	color: #fff;
}

.scrolling-content h1 { 
	color: #fff;
	padding: 25px 0;
	font-size: 12px;
}

#content1 {
	left: 250px; 
	top: 100px;
}

#content2 {
	left: 800px; 
	top: 1350px;
}

#content3 {
	left: 1200px; 
	top: 550px;
}

#content4 {
	left: 1700px; 
	top: 1300px;
}