.viewer {
	margin: 0 auto;
	width: 920px;
	height: 600px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.viewer ul {
	margin: 30px auto 0 auto;
	width: 920px;
	height: 600px;
	text-align: left;
	overflow: hidden;
	position: relative;
	z-index:1;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 920px;
	height: 600px;
	display: none;
	position: absolute;
}

h1#copy {
	position: absolute;
	top:20px;
	left:70px;
	z-index:2;
}

#top-nav {
	height:50px;
	border-bottom:10px solid #ffffff;
}
#top-nav #about-us, #top-nav #works, #top-nav #price, #top-nav #contact {
	position: absolute;
	top:20px;
	}
#top-nav #about-us{
	left:75px;
}
#top-nav #works{
	left:225px;
}
#top-nav #price {
	left:650px;
}
#top-nav #contact {
	left:775px;
}
#top-nav #logo{
	position: absolute;
	top:-50px;
	left:400px;
	z-index:5;
	width:150px;
	height:150px;
}
#top-nav #logo a:active{
	top:-48px;
}

#top-left {
	float:left;
	width:400px;
	padding-left:30px;
}
#top-right {
	float:right;
	width:420px;
}

#bnr-movie img { border:10px solid #E6E6E6;}
.top-bnr img { border:10px solid #ffffff;}