#container {
	z-index: 1;
	position: relative;
	margin-top: 110px;
	padding-bottom: 150px;
	background: url(/i/index-paper.jpg) no-repeat top;
	height: 696px;
	width: 820px;
}

#violin {
	z-index: 2;
	position: absolute;
	background: url(/i/index-violin.png) no-repeat;
	width: 348px;
	height: 681px;
	top: 21px;
	left: 642px;
}

#fiddlestick {
	z-index: 5;
	position: absolute;
	top: -55px;
	left: 645px;	
}

#eyeglasses {
	z-index: 2;
	position: absolute;
	background: url(/i/index-eyeglasses.png) no-repeat;
	width: 231px;
	height: 235px;
	top: -48px;
	left: 0;
}

#kamerton {
	z-index: 4;
	position: absolute;
	top: 535px;
	left: 150px;	
}

/* cards */
#card-stringed { z-index: 3; top: 550px; left: 150px; }
#card-percussion { z-index: 2; top: 530px; left: -50px; }
#card-national { z-index: 3; top: -120px; left: 450px; }
#card-guitars { z-index: 2; top: 490px; left: 420px; }
#card-brass { z-index: 4; top: -155px;	left: 240px; }
#card-sound_light { z-index: 4; top: -110px;	left: 660px; }
#card-national-link {	
	z-index: 6;
	position: absolute;
	display: block;
	width: 190px;
	height: 260px;
	top: -100px;
	left: 530px;
}


/* left page */
#left-page {
	z-index: 5;
	position: absolute;
	width: 200px;
	left: 65px;
	top: 73px;
	text-align: center;
}
#logo { margin-bottom: 20px; }


/* right page */
#right-page {
	z-index: 6;
	position: absolute;
	width: 250px;
	height: 280px;
	left: 420px;
	top: 190px;
	overflow: hidden;
}
.news { margin-bottom: 20px; line-height: 1.1em; font-size: 13px; }
.news span { font-size: 12px; color: #88806a; }
.news h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #cb1d1d;
	font-size: 14px;	
}


/* copyright */
#copyright {
	color: #a79491;
	position: absolute;
	left: 520px;
	top: 780px;
	font-size: 13px;
	line-height: 1.1em;
}
#copyright a:link { color: #B5A6A3; text-decoration: underline; }
#copyright a:visited { color: #B5A6A3; text-decoration: underline; }
#copyright a:hover { color: #B5A6A3; text-decoration: none; }

