#main {
	width: 920px;
}

#kk_body {
	position: relative;
	color: #4bb8b3;
	top: 0px;
	left: 400px;
	background-color : #4bb8b3;
	background: #4bb8b3;
	background-image: url("movie_viewer.png");
	background-repeat: norepeat;
	width: 720px;
}
#videolist {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 180px;
	height: 400px;
	margin-right: 0px;
	color: white;
	font-style: bold;
	font-size: 1em;
	font-family: helvetica,geneva,monospace;
	z-index: 3;
}
#videolist_2 {
	position: absolute;
	top: 0px;
	left: 800px;
	width: 180px;
	height: 400px;
	margin-right: 0px;
	color: white;
	font-style: bold;
	font-size: 1em;
	font-family: helvetica,geneva,monospace;
	z-index: 3;
}

#videolist.h3 {
	color: white;
}

#moviescreen {
     position: absolute;
     top: 120px;
     left: 345px;
     height: 300px;
     width: 400px;
	 z-index: 3;
}
p.movie_words {
	color: cyan;
	font-style: bold;
	font-size: 1em;
	font-family: helvetica, geneva, monospace;
}
h3.movie_words{
	color: cyan;
	font-style: bold;
	font-size: 2em;
	font-family: helvetica, geneva, monospace;
}

#kk_body2 {
	position: relative;
	top: 0px;
	left: 150px;
	height: 693px;
	width: 750px;
	margin-right: 0;
	background-image: url("movie_viewer.png");
	z-index: 2;
}
#kk_text {
		position: relative;
		top: 200px;
		left: 200px;
		height: 100px;
		width: 250px;
		z-index: 3;
}
#footer2 {
		position: absolute;
		top:750px;
		left: 50px;
		width:500px;
		height:100px;
		z-index:1;
}
