body, html {
	background: #000;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

a {
	color: yellow;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 130%;
	padding: 1em;
	color: yellow;
}

h3 { 
	padding: 1em;
}

p, form {
	padding: 1em;
	line-height: 1.3em;
}

strong {
	font-weight: bold;
}

#container {
  position:absolute;
  left: 50%; 
  top: 50%;
  width: 800px;
  height: 630px;
  margin-top: -315px;
  margin-left: -400px;
	background: url('ensemble_bg.jpg') top left no-repeat;
}

.puzzle .content {
	position: absolute;
	top: 70px;
	left: 10px;
	height: 80px;
	width: 160px;
	font-weight: bold;
	color: yellow;
	text-shadow: 0.2em 0.2em 0.2em #000
}



#music {
	position: absolute;
	top: 174px;
	left: 97px;
	width: 84px;
	height: 96px;
}

#video {
	position: absolute;
	top: 234px;
	left: 193px;
	width: 88px;
	height: 80px;
	z-index: 10;
}

#press {
	position: absolute;
	top: 174px;
	left: 262px;
	width: 69px;
	height: 104px;	
}

#tones {
	position: absolute;
	top: 358px;
	left: 318px;
	width: 69px;
	height: 104px;	
}

#concept {
	position: absolute;
	top: 477px;
	left: 320px;
	width: 69px;
	height: 104px;	
}

#content {
	position: absolute;
	top: 140px;
	left: 50px;
	width: 300px;
	height: 280px;
	background: url('content_bg.png') top left no-repeat;
	overflow: auto;
	text-align: right;
	color: #000;
}

#content #inside {
	padding: 10px; 
}

#footer {
	position: absolute;
	bottom: 0px;
	color: #999;
	font-size: 80%;
	text-align: center;
	width: 800px;
}

#click_me {
	position: absolute;
	left: 25px;
	top: 173px;
}

p.youtube {
	text-align: center;
	padding: 0;
}

ul {
	margin-left: 2em;
	padding: 1em;
}

li {
	list-style-type: disc;
}
