#main {
	width: 920px;
}

#kk_body {
	color: #4bb8b3;
	position: relative;
	float:right;
	top: 400px;
	left: 250px;
	background-color : #4bb8b3;
	background: #4bb8b3;
	background-image: url("movie_viewer.png");
	background-repeat: norepeat;
	width: 600px;
}

div.moviescreen {
     position: relative;
     top: 120px;
     left: 325px;
     height: 240px;
     width: 360px;
}

li {
    color: black;
    font-size: large;
    text-decoration: underline;
}