@charset "UTF-8";

body { background-color: #8bb557; }

/*movie styles */
#theater { position: relative; width: 897px; height: 240px; margin: 0; padding: 0; background-color: #fff; }
#theater * { margin: 0; padding: 0; border: 0; text-decoration: none; }
#movie1 { position: absolute; left: 0; top: 0; }
#movie2 { position: absolute; left: 192px; top: 0; }
#movie3 { position: absolute; left: 384px; top: 0; }
#movie4 { position: absolute; left: 0; top: 135px; }
#movie5 { position: absolute; left: 192px; top: 135px; }
#movie6 { position: absolute; left: 384px; top: 135px; }

#theater a img { width: 156px; height: 105px; }
#theater a {opacity: 1.0; 
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
#theater a:hover { display: block; opacity: 0.6; 
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
#player { position: absolute; left: 577px; top: 0; width: 320px; height: 240px; background-color: black; }

#rollovers a { border: 0; }
#rollovers img { border: 0; width: 234px; }
